Uses of Class
javax.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
-
Packages that use W3CEndpointReferenceBuilder Package Description javax.xml.ws.wsaddressing This package defines APIs related to WS-Addressing. -
-
Uses of W3CEndpointReferenceBuilder in javax.xml.ws.wsaddressing
Methods in javax.xml.ws.wsaddressing that return W3CEndpointReferenceBuilder Modifier and Type Method and Description W3CEndpointReferenceBuilder
W3CEndpointReferenceBuilder. address(String address)
Sets theaddress
to theW3CEndpointReference
instance'swsa:Address
.W3CEndpointReferenceBuilder
W3CEndpointReferenceBuilder. attribute(QName name, String value)
Adds an extension attribute to theW3CEndpointReference
instance'swsa:EndpointReference
element.W3CEndpointReferenceBuilder
W3CEndpointReferenceBuilder. element(Element element)
Adds an extension element to theW3CEndpointReference
instance'swsa:EndpointReference
element.W3CEndpointReferenceBuilder
W3CEndpointReferenceBuilder. endpointName(QName endpointName)
Sets theendpointName
aswsam:ServiceName/@EndpointName
in thewsa:Metadata
element.W3CEndpointReferenceBuilder
W3CEndpointReferenceBuilder. interfaceName(QName interfaceName)
Sets theinterfaceName
as thewsam:InterfaceName
element in thewsa:Metadata
element.W3CEndpointReferenceBuilder
W3CEndpointReferenceBuilder. metadata(Element metadataElement)
Adds themetadataElement
to theW3CEndpointReference
instance'swsa:Metadata
element.W3CEndpointReferenceBuilder
W3CEndpointReferenceBuilder. referenceParameter(Element referenceParameter)
Adds thereferenceParameter
to theW3CEndpointReference
instancewsa:ReferenceParameters
element.W3CEndpointReferenceBuilder
W3CEndpointReferenceBuilder. serviceName(QName serviceName)
Sets theserviceName
as thewsam:ServiceName
element in thewsa:Metadata
element.W3CEndpointReferenceBuilder
W3CEndpointReferenceBuilder. wsdlDocumentLocation(String wsdlDocumentLocation)
Sets thewsdlDocumentLocation
that will be referenced aswsa:Metadata/@wsdli:wsdlLocation
.
-
Submit a bug or feature
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.
Copyright © 1993, 2022, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.