Package org.apache.axis2.jaxws.server
Class JAXWSMessageReceiver
java.lang.Object
org.apache.axis2.jaxws.server.JAXWSMessageReceiver
- All Implemented Interfaces:
org.apache.axis2.engine.MessageReceiver
The JAXWSMessageReceiver is the entry point, from the server's perspective, to the JAX-WS code.
This will be called by the Axis Engine and is the end of the chain from an Axis2 perspective.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCachedClassLoader(org.apache.axis2.context.MessageContext msgContext) voidreceive(org.apache.axis2.context.MessageContext axisRequestMsgCtx) We should have already determined which AxisService we're targetting at this point.
-
Field Details
-
PARAM_BINDING
-
-
Constructor Details
-
JAXWSMessageReceiver
public JAXWSMessageReceiver()
-
-
Method Details
-
receive
public void receive(org.apache.axis2.context.MessageContext axisRequestMsgCtx) throws org.apache.axis2.AxisFault We should have already determined which AxisService we're targetting at this point. So now, just get the service implementation and invoke the appropriate method.- Specified by:
receivein interfaceorg.apache.axis2.engine.MessageReceiver- Parameters:
axisRequestMsgCtx-- Throws:
org.apache.axis2.AxisFault
-
getCachedClassLoader
-