public final class NativeEndpointReference extends EndpointReference
Constructor and Description |
---|
NativeEndpointReference() |
NativeEndpointReference(Source source)
Creates an EPR from infoset representation
|
Modifier and Type | Method and Description |
---|---|
String |
getAddress() |
QName |
getEndpointName() |
List<Element> |
getMetadata() |
List<Element> |
getReferenceParameters() |
QName |
getServiceName() |
URL |
getWsdlLocation() |
static EndpointReference |
readFrom(Source eprInfoset)
Directly read a NativeEndpointReference from the given source
instead of leveraging the Provider's readEndpointReference method.
|
void |
setAddress(String address) |
void |
setEndpointName(QName endpointName) |
void |
setMetadata(List<Element> metadata) |
void |
setReferenceParameters(List<Element> metadata) |
void |
setServiceName(QName serviceName) |
void |
setWsdlLocation(String wsdlLocation) |
void |
writeTo(Result result)
write this
EndpointReference to the specified infoset format |
getPort, toString
protected static final String NS
public NativeEndpointReference()
public NativeEndpointReference(Source source)
source
- A source object containing valid XmlInfoset
instance consistent with the W3C WS-Addressing Core
recommendation.WebServiceException
- If the source does NOT contain a valid W3C WS-Addressing
EndpointReference.NullPointerException
- If the null
source
value is givenpublic String getAddress()
public void setAddress(String address)
public QName getServiceName()
public void setServiceName(QName serviceName)
public QName getEndpointName()
public void setEndpointName(QName endpointName)
public URL getWsdlLocation()
public void setWsdlLocation(String wsdlLocation)
public static EndpointReference readFrom(Source eprInfoset)
eprInfoset
- public void writeTo(Result result)
EndpointReference
to the specified infoset formatwriteTo
in class EndpointReference
result
- for writing infosetCopyright © 2016 JBoss by Red Hat. All rights reserved.