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.


Method Summary
<T extends EndpointReference>
T
getEndpointReference(Class<T> clazz, Element... referenceParameters)
           
 EndpointReference getEndpointReference(Element... referenceParameters)
           
 

Method Detail

getEndpointReference

EndpointReference getEndpointReference(Element... referenceParameters)

getEndpointReference

<T extends EndpointReference> T getEndpointReference(Class<T> clazz,
                                                     Element... referenceParameters)


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