Package | Description |
---|---|
javax.xml.ws.wsaddressing |
This package defines APIs related to WS-Addressing.
|
Modifier and Type | Method and Description |
---|---|
W3CEndpointReferenceBuilder |
W3CEndpointReferenceBuilder.address(String address)
Sets the
address to the
W3CEndpointReference instance's
wsa:Address . |
W3CEndpointReferenceBuilder |
W3CEndpointReferenceBuilder.endpointName(QName endpointName)
Sets the
endpointName of the endpoint to
be targeted by the returned W3CEndpointRefernce . |
W3CEndpointReferenceBuilder |
W3CEndpointReferenceBuilder.metadata(Element metadataElement)
Adds the
metadataElement to the
W3CEndpointReference instance's
wsa:Metadata element. |
W3CEndpointReferenceBuilder |
W3CEndpointReferenceBuilder.referenceParameter(Element referenceParameter)
Adds the
referenceParameter to the
W3CEndpointReference instance
wsa:ReferenceParameters element. |
W3CEndpointReferenceBuilder |
W3CEndpointReferenceBuilder.serviceName(QName serviceName)
Sets the
serviceName of the endpoint to be targeted
by the returned W3CEndpointReference . |
W3CEndpointReferenceBuilder |
W3CEndpointReferenceBuilder.wsdlDocumentLocation(String wsdlDocumentLocation)
Sets the
wsdlDocumentLocation associated with the targeted
W3CEndpointReference . |
Submit a bug or feature Copyright © 1993, 2017, Oracle and/or its affiliates. All rights reserved.
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.