org.apache.openejb.server.cxf.ejb
Class EjbMessageContext

java.lang.Object
  extended by org.apache.cxf.jaxws.context.WrappedMessageContext
      extended by org.apache.openejb.server.cxf.ejb.EjbMessageContext
All Implemented Interfaces:
Map<String,Object>, javax.xml.ws.handler.MessageContext, AddressingSupport

public class EjbMessageContext
extends org.apache.cxf.jaxws.context.WrappedMessageContext
implements AddressingSupport


Nested Class Summary
 
Nested classes/interfaces inherited from interface javax.xml.ws.handler.MessageContext
javax.xml.ws.handler.MessageContext.Scope
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Field Summary
 
Fields inherited from class org.apache.cxf.jaxws.context.WrappedMessageContext
SCOPES
 
Fields inherited from interface javax.xml.ws.handler.MessageContext
HTTP_REQUEST_HEADERS, HTTP_REQUEST_METHOD, HTTP_RESPONSE_CODE, HTTP_RESPONSE_HEADERS, INBOUND_MESSAGE_ATTACHMENTS, MESSAGE_OUTBOUND_PROPERTY, OUTBOUND_MESSAGE_ATTACHMENTS, PATH_INFO, QUERY_STRING, REFERENCE_PARAMETERS, SERVLET_CONTEXT, SERVLET_REQUEST, SERVLET_RESPONSE, WSDL_DESCRIPTION, WSDL_INTERFACE, WSDL_OPERATION, WSDL_PORT, WSDL_SERVICE
 
Constructor Summary
EjbMessageContext(org.apache.cxf.message.Message m, javax.xml.ws.handler.MessageContext.Scope defScope)
           
 
Method Summary
<T extends EndpointReference>
T
getEndpointReference(Class<T> clazz, Element... referenceParameters)
           
 EndpointReference getEndpointReference(Element... referenceParameters)
           
 
Methods inherited from class org.apache.cxf.jaxws.context.WrappedMessageContext
clear, containsKey, containsValue, entrySet, get, getScope, getScopes, getWrappedMap, getWrappedMessage, isEmpty, isOutbound, isRequestor, isResponse, keySet, put, put, putAll, remove, setScope, size, values
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

EjbMessageContext

public EjbMessageContext(org.apache.cxf.message.Message m,
                         javax.xml.ws.handler.MessageContext.Scope defScope)
Method Detail

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.