Java™ Platform
Standard Ed. 6

Uses of Class
javax.xml.ws.wsaddressing.W3CEndpointReferenceBuilder

Packages that use W3CEndpointReferenceBuilder
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
 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.
 


Java™ Platform
Standard Ed. 6

Submit a bug or feature

Copyright 2010 Sun Microsystems, Inc. All rights reserved. Use is subject to the terms of the GNU General Public License.