org.apache.openejb.core.webservices
Class NoAddressingSupport
java.lang.Object
org.apache.openejb.core.webservices.NoAddressingSupport
- All Implemented Interfaces:
- AddressingSupport
public class NoAddressingSupport
- extends Object
- implements AddressingSupport
An implementation of the AddressingSupport
interface that throws
UnsupportedOperationException
for all its methods.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final NoAddressingSupport INSTANCE
NoAddressingSupport
public NoAddressingSupport()
getEndpointReference
public EndpointReference getEndpointReference(Element... referenceParameters)
- Specified by:
getEndpointReference
in interface AddressingSupport
getEndpointReference
public <T extends EndpointReference> T getEndpointReference(Class<T> clazz,
Element... referenceParameters)
- Specified by:
getEndpointReference
in interface AddressingSupport
Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.