Uses of Class
org.apache.axis2.description.AxisMessage
Packages that use AxisMessage
Package
Description
-
Uses of AxisMessage in org.apache.axis2.context
Methods in org.apache.axis2.context that return AxisMessageMethods in org.apache.axis2.context with parameters of type AxisMessage -
Uses of AxisMessage in org.apache.axis2.context.externalize
Methods in org.apache.axis2.context.externalize that return AxisMessageModifier and TypeMethodDescriptionstatic AxisMessageActivateUtils.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 AxisMessageModifier and TypeMethodDescriptionstatic AxisBindingMessageUtils.getBindingMessage(AxisBindingOperation bindingOperation, AxisMessage message) -
Uses of AxisMessage in org.apache.axis2.description
Fields in org.apache.axis2.description declared as AxisMessageModifier and TypeFieldDescriptionprotected AxisMessageTwoChannelAxisOperation.inFaultMessageprotected AxisMessageTwoChannelAxisOperation.inMessageprotected AxisMessageTwoChannelAxisOperation.outFaultMessageprotected AxisMessageTwoChannelAxisOperation.outMessageMethods in org.apache.axis2.description that return AxisMessageModifier and TypeMethodDescriptionAxisBindingMessage.getAxisMessage()abstract AxisMessageAxisOperation.getMessage(String label) InOnlyAxisOperation.getMessage(String label) OutOnlyAxisOperation.getMessage(String label) TwoChannelAxisOperation.getMessage(String label) Methods in org.apache.axis2.description that return types with arguments of type AxisMessageModifier and TypeMethodDescriptionAxisOperation.getFaultMessages()AxisOperation.getMessages()Get the messages referenced by this operationMethods in org.apache.axis2.description with parameters of type AxisMessageModifier and TypeMethodDescriptionabstract voidAxisOperation.addMessage(AxisMessage message, String label) voidInOnlyAxisOperation.addMessage(AxisMessage message, String label) voidOutOnlyAxisOperation.addMessage(AxisMessage message, String label) voidTwoChannelAxisOperation.addMessage(AxisMessage message, String label) voidAxisBindingMessage.setAxisMessage(AxisMessage axisMessage) voidAxisOperation.setFaultMessages(AxisMessage faultMessage) -
Uses of AxisMessage in org.apache.axis2.phaseresolver
Methods in org.apache.axis2.phaseresolver with parameters of type AxisMessageModifier and TypeMethodDescriptionvoidPhaseResolver.engageModuleToMessage(AxisMessage axisMessage, AxisModule axisModule) -
Uses of AxisMessage in org.apache.axis2.util
Methods in org.apache.axis2.util that return AxisMessageModifier and TypeMethodDescriptionstatic AxisMessageObjectStateUtils.findMessage(AxisOperation op, String msgName, String msgElementName) Find the AxisMessage object that matches the criteriaMethods in org.apache.axis2.util with parameters of type AxisMessageModifier and TypeMethodDescriptionstatic StringWSDLSerializationUtil.getElementName(AxisMessage axisMessage, Map nameSpaceMap) Gets the correct element name for a given message