Class MessageContextFactory
java.lang.Object
org.apache.axis2.jaxws.context.factory.MessageContextFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LogicalMessageContextCreates a LogicalMessageContext based on the input core MEPContext.static SoapMessageContextcreateSoapMessageContext(MessageContext jaxwsMessageContext) Creates a SOAPMessageContext based on the input core MEPContext.static jakarta.xml.ws.WebServiceContext
-
Constructor Details
-
MessageContextFactory
public MessageContextFactory()
-
-
Method Details
-
createWebServiceContext
public static jakarta.xml.ws.WebServiceContext createWebServiceContext() -
createSoapMessageContext
Creates a SOAPMessageContext based on the input core MEPContext.- Parameters:
mepCtx-- Returns:
-
createLogicalMessageContext
Creates a LogicalMessageContext based on the input core MEPContext.- Parameters:
mepCtx-- Returns:
-