Uses of Class
org.apache.axis2.description.AxisMessage
-
-
Uses of AxisMessage in org.apache.axis2.context
Methods in org.apache.axis2.context that return AxisMessage Modifier and Type Method Description AxisMessage
MessageContext. getAxisMessage()
Methods in org.apache.axis2.context with parameters of type AxisMessage Modifier and Type Method Description void
MessageContext. setAxisMessage(AxisMessage axisMessage)
-
Uses of AxisMessage in org.apache.axis2.context.externalize
Methods in org.apache.axis2.context.externalize that return AxisMessage Modifier and Type Method Description static AxisMessage
ActivateUtils. findMessage(AxisOperation op, String msgName, String msgElementName)
Find the AxisMessage object that matches the criteria -
Uses of AxisMessage in org.apache.axis2.deployment.util
Methods in org.apache.axis2.deployment.util with parameters of type AxisMessage Modifier and Type Method Description static AxisBindingMessage
Utils. getBindingMessage(AxisBindingOperation bindingOperation, AxisMessage message)
-
Uses of AxisMessage in org.apache.axis2.description
Fields in org.apache.axis2.description declared as AxisMessage Modifier and Type Field Description protected AxisMessage
TwoChannelAxisOperation. inFaultMessage
protected AxisMessage
TwoChannelAxisOperation. inMessage
protected AxisMessage
TwoChannelAxisOperation. outFaultMessage
protected AxisMessage
TwoChannelAxisOperation. outMessage
Methods in org.apache.axis2.description that return AxisMessage Modifier and Type Method Description AxisMessage
AxisBindingMessage. getAxisMessage()
abstract AxisMessage
AxisOperation. getMessage(String label)
AxisMessage
InOnlyAxisOperation. getMessage(String label)
AxisMessage
OutOnlyAxisOperation. getMessage(String label)
AxisMessage
TwoChannelAxisOperation. getMessage(String label)
Methods in org.apache.axis2.description that return types with arguments of type AxisMessage Modifier and Type Method Description ArrayList<AxisMessage>
AxisOperation. getFaultMessages()
Iterator<AxisMessage>
AxisOperation. getMessages()
Get the messages referenced by this operationMethods in org.apache.axis2.description with parameters of type AxisMessage Modifier and Type Method Description abstract void
AxisOperation. addMessage(AxisMessage message, String label)
void
InOnlyAxisOperation. addMessage(AxisMessage message, String label)
void
OutOnlyAxisOperation. addMessage(AxisMessage message, String label)
void
TwoChannelAxisOperation. addMessage(AxisMessage message, String label)
void
AxisBindingMessage. setAxisMessage(AxisMessage axisMessage)
void
AxisOperation. setFaultMessages(AxisMessage faultMessage)
-
Uses of AxisMessage in org.apache.axis2.phaseresolver
Methods in org.apache.axis2.phaseresolver with parameters of type AxisMessage Modifier and Type Method Description void
PhaseResolver. engageModuleToMessage(AxisMessage axisMessage, AxisModule axisModule)
-
Uses of AxisMessage in org.apache.axis2.rpc.receivers
Methods in org.apache.axis2.rpc.receivers with parameters of type AxisMessage Modifier and Type Method Description static Object
RPCUtil. invokeServiceClass(AxisMessage inAxisMessage, Method method, Object implObject, String messageNameSpace, OMElement methodElement, MessageContext inMessage)
-
Uses of AxisMessage in org.apache.axis2.util
Methods in org.apache.axis2.util that return AxisMessage Modifier and Type Method Description static AxisMessage
ObjectStateUtils. findMessage(AxisOperation op, String msgName, String msgElementName)
Find the AxisMessage object that matches the criteriaMethods in org.apache.axis2.util with parameters of type AxisMessage Modifier and Type Method Description static String
WSDLSerializationUtil. getElementName(AxisMessage axisMessage, Map nameSpaceMap)
Gets the correct element name for a given message -
Uses of AxisMessage in org.apache.axis2.wsdl.codegen.extension
Methods in org.apache.axis2.wsdl.codegen.extension with parameters of type AxisMessage Modifier and Type Method Description boolean
JAXWSWapperExtension. walkSchema(AxisMessage message, String qnameSuffix)
void
SchemaUnwrapperExtension. walkSchema(AxisMessage message, String qnameSuffix)
walk the given schema element For a successful unwrapping the element should have the following structure < element > < complexType > < sequence > < element /> < /sequence > < /complexType > < /element >
-