SubmissionEndpointReferenceBuilder |
SubmissionEndpointReferenceBuilder.address(String address) |
Add the address URI to use.
|
SubmissionEndpointReferenceBuilder |
SubmissionEndpointReferenceBuilder.endpointName(QName endpointName) |
Add the WSDL port name of the endpoint that the endpoint reference will target.
|
SubmissionEndpointReferenceBuilder |
SubmissionEndpointReferenceBuilder.portType(QName portType) |
Add the name of the WSDL port type.
|
SubmissionEndpointReferenceBuilder |
SubmissionEndpointReferenceBuilder.referenceParameter(Element referenceParameter) |
Add reference parameters.
|
SubmissionEndpointReferenceBuilder |
SubmissionEndpointReferenceBuilder.referenceProperty(Element referenceProperty) |
Add reference properties.
|
SubmissionEndpointReferenceBuilder |
SubmissionEndpointReferenceBuilder.serviceName(QName serviceName) |
Add the WSDL service name of the endpoint that the endpoint reference will target.
|
SubmissionEndpointReferenceBuilder |
SubmissionEndpointReferenceBuilder.wsdlDocumentLocation(String wsdlDocumentLocation) |
Add the URI from where the WSDL for the endpoint that the endpoint reference will
target can be retrieved.
|