Class SubmissionEndpointReferenceBuilder
java.lang.Object
org.apache.axis2.jaxws.addressing.SubmissionEndpointReferenceBuilder
This class can be used to create instances of
SubmissionEndpointReference.- See Also:
-
W3CEndpointReferenceBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAdd the address URI to use.build()Construct an instance ofEndpointReferencebased on the values specified.endpointName(QName endpointName) Add the WSDL port name of the endpoint that the endpoint reference will target.Add the name of the WSDL port type.referenceParameter(Element referenceParameter) Add reference parameters.referenceProperty(Element referenceProperty) Add reference properties.serviceName(QName serviceName) Add the WSDL service name of the endpoint that the endpoint reference will target.toString()wsdlDocumentLocation(String wsdlDocumentLocation) Add the URI from where the WSDL for the endpoint that the endpoint reference will target can be retrieved.
-
Constructor Details
-
SubmissionEndpointReferenceBuilder
public SubmissionEndpointReferenceBuilder()Constructor
-
-
Method Details
-
address
Add the address URI to use.- Parameters:
address- the address URI- Returns:
- an instance of
SubmissionEndpointReferenceBuilderthat has been updated as specified.
-
serviceName
Add the WSDL service name of the endpoint that the endpoint reference will target.- Parameters:
serviceName- the WSDL service name- Returns:
- an instance of
SubmissionEndpointReferenceBuilderthat has been updated as specified.
-
endpointName
Add the WSDL port name of the endpoint that the endpoint reference will target. The WSDL port name can only be set after the WSDL service name has been set.- Parameters:
endpointName- the WSDL port name- Returns:
- an instance of
SubmissionEndpointReferenceBuilderthat has been updated as specified.
-
wsdlDocumentLocation
Add the URI from where the WSDL for the endpoint that the endpoint reference will target can be retrieved.- Parameters:
wsdlDocumentLocation- the location URI of the WSDL- Returns:
- an instance of
SubmissionEndpointReferenceBuilderthat has been updated as specified.
-
referenceProperty
Add reference properties. These will appear in the endpoint reference as reference parameters.- Parameters:
referenceProperty- the reference property- Returns:
- an instance of
SubmissionEndpointReferenceBuilderthat has been updated as specified.
-
referenceParameter
Add reference parameters.- Parameters:
referenceParameter- the reference parameter- Returns:
- an instance of
SubmissionEndpointReferenceBuilderthat has been updated as specified.
-
portType
Add the name of the WSDL port type.- Parameters:
portType- the WSDL port type name- Returns:
- an instance of
SubmissionEndpointReferenceBuilderthat has been updated as specified.
-
build
Construct an instance ofEndpointReferencebased on the values specified.- Returns:
- an instance of
SubmissionEndpointReference
-
toString
-