|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.axis2.jaxws.addressing.SubmissionEndpointReferenceBuilder
public final class SubmissionEndpointReferenceBuilder
This class can be used to create instances of SubmissionEndpointReference
.
W3CEndpointReferenceBuilder
Constructor Summary | |
---|---|
SubmissionEndpointReferenceBuilder()
Constructor |
Method Summary | |
---|---|
SubmissionEndpointReferenceBuilder |
address(java.lang.String address)
Add the address URI to use. |
SubmissionEndpointReference |
build()
Construct an instance of EndpointReference based on the values
specified. |
SubmissionEndpointReferenceBuilder |
endpointName(QName endpointName)
Add the WSDL port name of the endpoint that the endpoint reference will target. |
SubmissionEndpointReferenceBuilder |
portType(QName portType)
Add the name of the WSDL port type. |
SubmissionEndpointReferenceBuilder |
referenceParameter(org.w3c.dom.Element referenceParameter)
Add reference parameters. |
SubmissionEndpointReferenceBuilder |
referenceProperty(org.w3c.dom.Element referenceProperty)
Add reference properties. |
SubmissionEndpointReferenceBuilder |
serviceName(QName serviceName)
Add the WSDL service name of the endpoint that the endpoint reference will target. |
java.lang.String |
toString()
|
SubmissionEndpointReferenceBuilder |
wsdlDocumentLocation(java.lang.String wsdlDocumentLocation)
Add the URI from where the WSDL for the endpoint that the endpoint reference will target can be retrieved. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SubmissionEndpointReferenceBuilder()
Method Detail |
---|
public SubmissionEndpointReferenceBuilder address(java.lang.String address)
address
- the address URI
SubmissionEndpointReferenceBuilder
that has
been updated as specified.public SubmissionEndpointReferenceBuilder serviceName(QName serviceName)
serviceName
- the WSDL service name
SubmissionEndpointReferenceBuilder
that has
been updated as specified.public SubmissionEndpointReferenceBuilder endpointName(QName endpointName)
endpointName
- the WSDL port name
SubmissionEndpointReferenceBuilder
that has
been updated as specified.public SubmissionEndpointReferenceBuilder wsdlDocumentLocation(java.lang.String wsdlDocumentLocation)
wsdlDocumentLocation
- the location URI of the WSDL
SubmissionEndpointReferenceBuilder
that has
been updated as specified.public SubmissionEndpointReferenceBuilder referenceProperty(org.w3c.dom.Element referenceProperty)
referenceProperty
- the reference property
SubmissionEndpointReferenceBuilder
that has
been updated as specified.public SubmissionEndpointReferenceBuilder referenceParameter(org.w3c.dom.Element referenceParameter)
referenceParameter
- the reference parameter
SubmissionEndpointReferenceBuilder
that has
been updated as specified.public SubmissionEndpointReferenceBuilder portType(QName portType)
portType
- the WSDL port type name
SubmissionEndpointReferenceBuilder
that has
been updated as specified.public SubmissionEndpointReference build()
EndpointReference
based on the values
specified.
SubmissionEndpointReference
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |