Method Summary |
|
public W3CEndpointReferenceBuilder | address(String address) Sets the address to the
W3CEndpointReference instance's
wsa:Address .
The address MUST be set to a non-null
value when building a W3CEndpointReference for a
web service endpoint that is not published by the same
Java EE application or when running on Java SE.
Parameters: address - The address of the endpoint to be targetedby the returned W3CEndpointReference. |
public W3CEndpointReference | build() Builds a W3CEndpointReference from the accumulated
properties set on this W3CEndpointReferenceBuilder
instance.
This method can be used to create a W3CEndpointReference
for any endpoint by specifying the address property along
with any other desired properties. |
public W3CEndpointReferenceBuilder | endpointName(QName endpointName) Sets the endpointName of the endpoint to
be targeted by the returned W3CEndpointRefernce . |
public W3CEndpointReferenceBuilder | metadata(Element metadataElement) Adds the metadataElement to the
W3CEndpointReference instance's
wsa:Metadata element.
Parameters: metadataElement - The element to be added to thewsa:Metadata element. |
public W3CEndpointReferenceBuilder | referenceParameter(Element referenceParameter) Adds the referenceParameter to the
W3CEndpointReference instance
wsa:ReferenceParameters element.
Parameters: referenceParameter - The element to be added to thewsa:ReferenceParameters element. |
public W3CEndpointReferenceBuilder | serviceName(QName serviceName) Sets the serviceName of the endpoint to be targeted
by the returned W3CEndpointReference .
Parameters: serviceName - The service name of the endpoint to be targetedby the returned W3CEndpointReference. |
public W3CEndpointReferenceBuilder | wsdlDocumentLocation(String wsdlDocumentLocation) Sets the wsdlDocumentLocation associated with the targeted
W3CEndpointReference .
Parameters: wsdlDocumentLocation - The location of the WSDL document associated with the targeted W3CEndpointReference . |