public class NoAddressingSupport extends java.lang.Object implements AddressingSupport
AddressingSupport
interface that throws
UnsupportedOperationException
for all its methods.Modifier and Type | Field and Description |
---|---|
static NoAddressingSupport |
INSTANCE |
Constructor and Description |
---|
NoAddressingSupport() |
Modifier and Type | Method and Description |
---|---|
<T extends javax.xml.ws.EndpointReference> |
getEndpointReference(java.lang.Class<T> clazz,
org.w3c.dom.Element... referenceParameters) |
javax.xml.ws.EndpointReference |
getEndpointReference(org.w3c.dom.Element... referenceParameters) |
public static final NoAddressingSupport INSTANCE
public javax.xml.ws.EndpointReference getEndpointReference(org.w3c.dom.Element... referenceParameters)
getEndpointReference
in interface AddressingSupport
public <T extends javax.xml.ws.EndpointReference> T getEndpointReference(java.lang.Class<T> clazz, org.w3c.dom.Element... referenceParameters)
getEndpointReference
in interface AddressingSupport