org.apache.openejb.core.webservices
Interface AddressingSupport
- All Known Implementing Classes:
- EjbMessageContext, NoAddressingSupport
public interface AddressingSupport
This interface defines the WS-Addressing functions of WebServiceContext
that must be implemented by each JAX-WS provider. This interface is used within
EjbWsContext
and its implementation can be passed to
the stateless or singleton container on Web Service invocations.
getEndpointReference
EndpointReference getEndpointReference(org.w3c.dom.Element... referenceParameters)
getEndpointReference
<T extends EndpointReference> T getEndpointReference(java.lang.Class<T> clazz,
org.w3c.dom.Element... referenceParameters)
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.