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 EndpointReference> |
getEndpointReference(java.lang.Class<T> clazz,
org.w3c.dom.Element... referenceParameters) |
EndpointReference |
getEndpointReference(org.w3c.dom.Element... referenceParameters) |
public static final NoAddressingSupport INSTANCE
public EndpointReference getEndpointReference(org.w3c.dom.Element... referenceParameters)
getEndpointReference in interface AddressingSupportpublic <T extends EndpointReference> T getEndpointReference(java.lang.Class<T> clazz,
org.w3c.dom.Element... referenceParameters)
getEndpointReference in interface AddressingSupport