org.apache.axis2.jaxws.context.factory
Class MessageContextFactory

java.lang.Object
  extended by org.apache.axis2.jaxws.context.factory.MessageContextFactory

public class MessageContextFactory
extends java.lang.Object


Constructor Summary
MessageContextFactory()
           
 
Method Summary
static LogicalMessageContext createLogicalMessageContext(MessageContext mc)
          Creates a LogicalMessageContext based on the input core MEPContext.
static SoapMessageContext createSoapMessageContext(MessageContext jaxwsMessageContext)
          Creates a SOAPMessageContext based on the input core MEPContext.
static WebServiceContext createWebServiceContext()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageContextFactory

public MessageContextFactory()
Method Detail

createWebServiceContext

public static WebServiceContext createWebServiceContext()

createSoapMessageContext

public static SoapMessageContext createSoapMessageContext(MessageContext jaxwsMessageContext)
Creates a SOAPMessageContext based on the input core MEPContext.

Parameters:
mepCtx -
Returns:

createLogicalMessageContext

public static LogicalMessageContext createLogicalMessageContext(MessageContext mc)
Creates a LogicalMessageContext based on the input core MEPContext.

Parameters:
mepCtx -
Returns:


Copyright © 2007 Apache Web Services Project. All Rights Reserved.