javax.xml.ws.wsaddressing
Class W3CEndpointReferenceBuilder

java.lang.Object
  extended by javax.xml.ws.wsaddressing.W3CEndpointReferenceBuilder

public final class W3CEndpointReferenceBuilder
extends Object

Utility class to build W3CEndpointReference instances.


Constructor Summary
W3CEndpointReferenceBuilder()
           
 
Method Summary
 W3CEndpointReferenceBuilder address(String address)
           
 W3CEndpointReferenceBuilder attribute(QName name, String value)
           
 W3CEndpointReference build()
           
 W3CEndpointReferenceBuilder element(Element el)
           
 W3CEndpointReferenceBuilder endpointName(QName endpointName)
           
 W3CEndpointReferenceBuilder interfaceName(QName iname)
           
 W3CEndpointReferenceBuilder metadata(Element metadataElement)
           
 W3CEndpointReferenceBuilder referenceParameter(Element referenceParameter)
           
 W3CEndpointReferenceBuilder serviceName(QName serviceName)
           
 W3CEndpointReferenceBuilder wsdlDocumentLocation(String wsdlDocumentLocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

W3CEndpointReferenceBuilder

public W3CEndpointReferenceBuilder()
Method Detail

address

public W3CEndpointReferenceBuilder address(String address)

serviceName

public W3CEndpointReferenceBuilder serviceName(QName serviceName)

endpointName

public W3CEndpointReferenceBuilder endpointName(QName endpointName)

wsdlDocumentLocation

public W3CEndpointReferenceBuilder wsdlDocumentLocation(String wsdlDocumentLocation)

referenceParameter

public W3CEndpointReferenceBuilder referenceParameter(Element referenceParameter)

metadata

public W3CEndpointReferenceBuilder metadata(Element metadataElement)

attribute

public W3CEndpointReferenceBuilder attribute(QName name,
                                             String value)
Since:
2.2

element

public W3CEndpointReferenceBuilder element(Element el)
Since:
2.2

interfaceName

public W3CEndpointReferenceBuilder interfaceName(QName iname)
Since:
2.2

build

public W3CEndpointReference build()


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.