public class JAXWSMessageReceiver extends Object implements org.apache.axis2.engine.MessageReceiver
| Modifier and Type | Field and Description |
|---|---|
static String |
PARAM_BINDING |
| Constructor and Description |
|---|
JAXWSMessageReceiver() |
| Modifier and Type | Method and Description |
|---|---|
ClassLoader |
getCachedClassLoader(org.apache.axis2.context.MessageContext msgContext) |
void |
receive(org.apache.axis2.context.MessageContext axisRequestMsgCtx)
We should have already determined which AxisService we're targetting at this point.
|
public static String PARAM_BINDING
public void receive(org.apache.axis2.context.MessageContext axisRequestMsgCtx)
throws org.apache.axis2.AxisFault
receive in interface org.apache.axis2.engine.MessageReceiveraxisRequestMsgCtx - org.apache.axis2.AxisFaultpublic ClassLoader getCachedClassLoader(org.apache.axis2.context.MessageContext msgContext)
Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.