public final class SubmissionEndpointReferenceBuilder extends Object
SubmissionEndpointReference
.W3CEndpointReferenceBuilder
Constructor and Description |
---|
SubmissionEndpointReferenceBuilder()
Constructor
|
Modifier and Type | Method and Description |
---|---|
SubmissionEndpointReferenceBuilder |
address(String address)
Add the address URI to use.
|
SubmissionEndpointReference |
build()
Construct an instance of
EndpointReference based on the values
specified. |
SubmissionEndpointReferenceBuilder |
endpointName(QName endpointName)
Add the WSDL port name of the endpoint that the endpoint reference will target.
|
SubmissionEndpointReferenceBuilder |
portType(QName portType)
Add the name of the WSDL port type.
|
SubmissionEndpointReferenceBuilder |
referenceParameter(Element referenceParameter)
Add reference parameters.
|
SubmissionEndpointReferenceBuilder |
referenceProperty(Element referenceProperty)
Add reference properties.
|
SubmissionEndpointReferenceBuilder |
serviceName(QName serviceName)
Add the WSDL service name of the endpoint that the endpoint reference will target.
|
String |
toString() |
SubmissionEndpointReferenceBuilder |
wsdlDocumentLocation(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(String address)
address
- the address URISubmissionEndpointReferenceBuilder
that has
been updated as specified.public SubmissionEndpointReferenceBuilder serviceName(QName serviceName)
serviceName
- the WSDL service nameSubmissionEndpointReferenceBuilder
that has
been updated as specified.public SubmissionEndpointReferenceBuilder endpointName(QName endpointName)
endpointName
- the WSDL port nameSubmissionEndpointReferenceBuilder
that has
been updated as specified.public SubmissionEndpointReferenceBuilder wsdlDocumentLocation(String wsdlDocumentLocation)
wsdlDocumentLocation
- the location URI of the WSDLSubmissionEndpointReferenceBuilder
that has
been updated as specified.public SubmissionEndpointReferenceBuilder referenceProperty(Element referenceProperty)
referenceProperty
- the reference propertySubmissionEndpointReferenceBuilder
that has
been updated as specified.public SubmissionEndpointReferenceBuilder referenceParameter(Element referenceParameter)
referenceParameter
- the reference parameterSubmissionEndpointReferenceBuilder
that has
been updated as specified.public SubmissionEndpointReferenceBuilder portType(QName portType)
portType
- the WSDL port type nameSubmissionEndpointReferenceBuilder
that has
been updated as specified.public SubmissionEndpointReference build()
EndpointReference
based on the values
specified.SubmissionEndpointReference
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.