public final class SubmissionEndpointReferenceBuilder
extends java.lang.Object
SubmissionEndpointReference.W3CEndpointReferenceBuilder| Constructor and Description |
|---|
SubmissionEndpointReferenceBuilder()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
SubmissionEndpointReferenceBuilder |
address(java.lang.String address)
Add the address URI to use.
|
SubmissionEndpointReference |
build()
Construct an instance of
EndpointReference based on the values
specified. |
SubmissionEndpointReferenceBuilder |
endpointName(javax.xml.namespace.QName endpointName)
Add the WSDL port name of the endpoint that the endpoint reference will target.
|
SubmissionEndpointReferenceBuilder |
portType(javax.xml.namespace.QName portType)
Add the name of the WSDL port type.
|
SubmissionEndpointReferenceBuilder |
referenceParameter(org.w3c.dom.Element referenceParameter)
Add reference parameters.
|
SubmissionEndpointReferenceBuilder |
referenceProperty(org.w3c.dom.Element referenceProperty)
Add reference properties.
|
SubmissionEndpointReferenceBuilder |
serviceName(javax.xml.namespace.QName serviceName)
Add the WSDL service name of the endpoint that the endpoint reference will target.
|
java.lang.String |
toString() |
SubmissionEndpointReferenceBuilder |
wsdlDocumentLocation(java.lang.String wsdlDocumentLocation)
Add the URI from where the WSDL for the endpoint that the endpoint reference will
target can be retrieved.
|
public SubmissionEndpointReferenceBuilder()
public SubmissionEndpointReferenceBuilder address(java.lang.String address)
address - the address URISubmissionEndpointReferenceBuilder that has
been updated as specified.public SubmissionEndpointReferenceBuilder serviceName(javax.xml.namespace.QName serviceName)
serviceName - the WSDL service nameSubmissionEndpointReferenceBuilder that has
been updated as specified.public SubmissionEndpointReferenceBuilder endpointName(javax.xml.namespace.QName endpointName)
endpointName - the WSDL port nameSubmissionEndpointReferenceBuilder that has
been updated as specified.public SubmissionEndpointReferenceBuilder wsdlDocumentLocation(java.lang.String wsdlDocumentLocation)
wsdlDocumentLocation - the location URI of the WSDLSubmissionEndpointReferenceBuilder that has
been updated as specified.public SubmissionEndpointReferenceBuilder referenceProperty(org.w3c.dom.Element referenceProperty)
referenceProperty - the reference propertySubmissionEndpointReferenceBuilder that has
been updated as specified.public SubmissionEndpointReferenceBuilder referenceParameter(org.w3c.dom.Element referenceParameter)
referenceParameter - the reference parameterSubmissionEndpointReferenceBuilder that has
been updated as specified.public SubmissionEndpointReferenceBuilder portType(javax.xml.namespace.QName portType)
portType - the WSDL port type nameSubmissionEndpointReferenceBuilder that has
been updated as specified.public SubmissionEndpointReference build()
EndpointReference based on the values
specified.SubmissionEndpointReferencepublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.