|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.jaxws.server.JAXWSMessageReceiver
public class JAXWSMessageReceiver
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 | |
---|---|
static java.lang.String |
PARAM_BINDING
|
Constructor Summary | |
---|---|
JAXWSMessageReceiver()
|
Method Summary | |
---|---|
void |
receive(MessageContext axisRequestMsgCtx)
We should have already determined which AxisService we're targetting at this point. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static java.lang.String PARAM_BINDING
Constructor Detail |
---|
public JAXWSMessageReceiver()
Method Detail |
---|
public void receive(MessageContext axisRequestMsgCtx) throws AxisFault
receive
in interface MessageReceiver
AxisFault
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |