public class NoAddressingSupport extends 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(Class<T> clazz,
Element... referenceParameters) |
EndpointReference |
getEndpointReference(Element... referenceParameters) |
public static final NoAddressingSupport INSTANCE
public EndpointReference getEndpointReference(Element... referenceParameters)
getEndpointReference in interface AddressingSupportpublic <T extends EndpointReference> T getEndpointReference(Class<T> clazz, Element... referenceParameters)
getEndpointReference in interface AddressingSupportCopyright © 1999–2014 The Apache Software Foundation. All rights reserved.