org.apache.openejb.core.webservices
Class NoAddressingSupport

java.lang.Object
  extended by org.apache.openejb.core.webservices.NoAddressingSupport
All Implemented Interfaces:
AddressingSupport

public class NoAddressingSupport
extends java.lang.Object
implements AddressingSupport

An implementation of the AddressingSupport interface that throws UnsupportedOperationException for all its methods.


Field Summary
static NoAddressingSupport INSTANCE
           
 
Constructor Summary
NoAddressingSupport()
           
 
Method Summary
<T extends EndpointReference>
T
getEndpointReference(java.lang.Class<T> clazz, org.w3c.dom.Element... referenceParameters)
           
 EndpointReference getEndpointReference(org.w3c.dom.Element... referenceParameters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final NoAddressingSupport INSTANCE
Constructor Detail

NoAddressingSupport

public NoAddressingSupport()
Method Detail

getEndpointReference

public EndpointReference getEndpointReference(org.w3c.dom.Element... referenceParameters)
Specified by:
getEndpointReference in interface AddressingSupport

getEndpointReference

public <T extends EndpointReference> T getEndpointReference(java.lang.Class<T> clazz,
                                                            org.w3c.dom.Element... referenceParameters)
Specified by:
getEndpointReference in interface AddressingSupport


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.