Uses of Interface
org.apache.axis2.jaxws.message.Message
-
-
Uses of Message in org.apache.axis2.jaxws.client.dispatch
Methods in org.apache.axis2.jaxws.client.dispatch that return Message Modifier and Type Method Description protected abstract Message
BaseDispatch. createMessageFromValue(Object value)
Take the input object and turn it into an OMElement so that it can be sent.Message
JAXBDispatch. createMessageFromValue(Object value)
Message
XMLDispatch. createMessageFromValue(Object value)
Methods in org.apache.axis2.jaxws.client.dispatch with parameters of type Message Modifier and Type Method Description protected abstract Object
BaseDispatch. getValueFromMessage(Message message)
Given a message, return the business object based on the requestor's required format (PAYLOAD vs.Object
JAXBDispatch. getValueFromMessage(Message message)
Object
XMLDispatch. getValueFromMessage(Message message)
-
Uses of Message in org.apache.axis2.jaxws.core
Methods in org.apache.axis2.jaxws.core that return Message Modifier and Type Method Description Message
MessageContext. getMessage()
Methods in org.apache.axis2.jaxws.core with parameters of type Message Modifier and Type Method Description void
MessageContext. setMessage(Message msg)
-
Uses of Message in org.apache.axis2.jaxws.handler
Methods in org.apache.axis2.jaxws.handler that return Message Modifier and Type Method Description Message
MEPContext. getMessageObject()
Methods in org.apache.axis2.jaxws.handler with parameters of type Message Modifier and Type Method Description void
MEPContext. setMessage(Message msg)
-
Uses of Message in org.apache.axis2.jaxws.marshaller
Methods in org.apache.axis2.jaxws.marshaller that return Message Modifier and Type Method Description Message
MethodMarshaller. marshalFaultResponse(Throwable throwable, OperationDescription opDesc, Protocol protocol)
This method creates a Message from a Throwable input parameter.Message
MethodMarshaller. marshalRequest(Object[] signatureArgs, OperationDescription opDesc, Map<String,Object> requestContext)
This method converts SIGNATURE_ARGS into a Message.Message
MethodMarshaller. marshalResponse(Object returnObject, Object[] signatureArgs, OperationDescription opDesc, Protocol protocol)
This method converts the SIGNATURE_ARGS and RETURN object into a Message.Methods in org.apache.axis2.jaxws.marshaller with parameters of type Message Modifier and Type Method Description Throwable
MethodMarshaller. demarshalFaultResponse(Message message, OperationDescription opDesc)
This method converts a Message (containing a fault) into a JAX-WS Service or WebServiceException.Object[]
MethodMarshaller. demarshalRequest(Message message, OperationDescription opDesc)
This method converts the Message into a SIGNATURE_ARGS It is used on the serverObject
MethodMarshaller. demarshalResponse(Message message, Object[] signatureArgs, OperationDescription opDesc)
This method gets the objects from the Message and sets them onto the SIGNATURE_ARGS It also returns the RETURN object. -
Uses of Message in org.apache.axis2.jaxws.marshaller.impl.alt
Methods in org.apache.axis2.jaxws.marshaller.impl.alt that return Message Modifier and Type Method Description Message
DocLitBareMethodMarshaller. marshalFaultResponse(Throwable throwable, OperationDescription operationDesc, Protocol protocol)
Message
DocLitBareMinimalMethodMarshaller. marshalFaultResponse(Throwable throwable, OperationDescription operationDesc, Protocol protocol)
Message
DocLitWrappedMethodMarshaller. marshalFaultResponse(Throwable throwable, OperationDescription operationDesc, Protocol protocol)
Message
DocLitWrappedMinimalMethodMarshaller. marshalFaultResponse(Throwable throwable, OperationDescription operationDesc, Protocol protocol)
Message
DocLitWrappedPlusMethodMarshaller. marshalFaultResponse(Throwable throwable, OperationDescription operationDesc, Protocol protocol)
Message
RPCLitMethodMarshaller. marshalFaultResponse(Throwable throwable, OperationDescription operationDesc, Protocol protocol)
Message
DocLitBareMethodMarshaller. marshalRequest(Object[] signatureArguments, OperationDescription operationDesc, Map<String,Object> requestContext)
Message
DocLitBareMinimalMethodMarshaller. marshalRequest(Object[] signatureArguments, OperationDescription operationDesc, Map<String,Object> requestContext)
Message
DocLitWrappedMethodMarshaller. marshalRequest(Object[] signatureArguments, OperationDescription operationDesc, Map<String,Object> requestContext)
Message
DocLitWrappedMinimalMethodMarshaller. marshalRequest(Object[] signatureArguments, OperationDescription operationDesc, Map<String,Object> requestContext)
Message
DocLitWrappedPlusMethodMarshaller. marshalRequest(Object[] signatureArguments, OperationDescription operationDesc, Map<String,Object> requestContext)
Message
RPCLitMethodMarshaller. marshalRequest(Object[] signatureArguments, OperationDescription operationDesc, Map<String,Object> requestContext)
Message
DocLitBareMethodMarshaller. marshalResponse(Object returnObject, Object[] signatureArgs, OperationDescription operationDesc, Protocol protocol)
Message
DocLitBareMinimalMethodMarshaller. marshalResponse(Object returnObject, Object[] signatureArgs, OperationDescription operationDesc, Protocol protocol)
Message
DocLitWrappedMethodMarshaller. marshalResponse(Object returnObject, Object[] signatureArgs, OperationDescription operationDesc, Protocol protocol)
Message
DocLitWrappedMinimalMethodMarshaller. marshalResponse(Object returnObject, Object[] signatureArgs, OperationDescription operationDesc, Protocol protocol)
Message
DocLitWrappedPlusMethodMarshaller. marshalResponse(Object returnObject, Object[] signatureArgs, OperationDescription operationDesc, Protocol protocol)
Message
RPCLitMethodMarshaller. marshalResponse(Object returnObject, Object[] signatureArgs, OperationDescription operationDesc, Protocol protocol)
Methods in org.apache.axis2.jaxws.marshaller.impl.alt with parameters of type Message Modifier and Type Method Description static ProtocolException
MethodMarshallerUtils. createSystemException(XMLFault xmlFault, Message message)
Create a system exceptionThrowable
DocLitBareMethodMarshaller. demarshalFaultResponse(Message message, OperationDescription operationDesc)
Throwable
DocLitBareMinimalMethodMarshaller. demarshalFaultResponse(Message message, OperationDescription operationDesc)
Throwable
DocLitWrappedMethodMarshaller. demarshalFaultResponse(Message message, OperationDescription operationDesc)
Throwable
DocLitWrappedMinimalMethodMarshaller. demarshalFaultResponse(Message message, OperationDescription operationDesc)
Throwable
DocLitWrappedPlusMethodMarshaller. demarshalFaultResponse(Message message, OperationDescription operationDesc)
Throwable
RPCLitMethodMarshaller. demarshalFaultResponse(Message message, OperationDescription operationDesc)
Object[]
DocLitBareMethodMarshaller. demarshalRequest(Message message, OperationDescription operationDesc)
Object[]
DocLitBareMinimalMethodMarshaller. demarshalRequest(Message message, OperationDescription operationDesc)
Object[]
DocLitWrappedMethodMarshaller. demarshalRequest(Message message, OperationDescription operationDesc)
Object[]
DocLitWrappedMinimalMethodMarshaller. demarshalRequest(Message message, OperationDescription operationDesc)
Object[]
DocLitWrappedPlusMethodMarshaller. demarshalRequest(Message message, OperationDescription operationDesc)
Object[]
RPCLitMethodMarshaller. demarshalRequest(Message message, OperationDescription operationDesc)
Object
DocLitBareMethodMarshaller. demarshalResponse(Message message, Object[] signatureArgs, OperationDescription operationDesc)
Object
DocLitBareMinimalMethodMarshaller. demarshalResponse(Message message, Object[] signatureArgs, OperationDescription operationDesc)
Object
DocLitWrappedMethodMarshaller. demarshalResponse(Message message, Object[] signatureArgs, OperationDescription operationDesc)
Object
DocLitWrappedMinimalMethodMarshaller. demarshalResponse(Message message, Object[] signatureArgs, OperationDescription operationDesc)
Object
DocLitWrappedPlusMethodMarshaller. demarshalResponse(Message message, Object[] signatureArgs, OperationDescription operationDesc)
Object
RPCLitMethodMarshaller. demarshalResponse(Message message, Object[] signatureArgs, OperationDescription operationDesc)
-
Uses of Message in org.apache.axis2.jaxws.message
Methods in org.apache.axis2.jaxws.message that return Message Modifier and Type Method Description Message
Block. getParent()
Get the Message associated with this blockMessage
XMLPart. getParent()
getParent Get the Message object that this XMLPart is attached to, if it is attached to one at all.Methods in org.apache.axis2.jaxws.message with parameters of type Message Modifier and Type Method Description void
Block. setParent(Message parent)
Set the Message associated with this block (This method is intended to be called by the Message Implementation only)void
XMLPart. setParent(Message m)
setParent Set the Message object that will hold this XMLPart -
Uses of Message in org.apache.axis2.jaxws.message.attachments
Constructors in org.apache.axis2.jaxws.message.attachments with parameters of type Message Constructor Description MessageAttachmentContext(Message message)
-
Uses of Message in org.apache.axis2.jaxws.message.databinding
Methods in org.apache.axis2.jaxws.message.databinding that return Message Modifier and Type Method Description Message
JAXBBlockContext. getMessage()
Methods in org.apache.axis2.jaxws.message.databinding with parameters of type Message Modifier and Type Method Description void
JAXBBlockContext. setMessage(Message message)
-
Uses of Message in org.apache.axis2.jaxws.message.databinding.impl
Methods in org.apache.axis2.jaxws.message.databinding.impl with parameters of type Message Modifier and Type Method Description void
JAXBBlockImpl. setParent(Message message)
-
Uses of Message in org.apache.axis2.jaxws.message.factory
Methods in org.apache.axis2.jaxws.message.factory that return Message Modifier and Type Method Description Message
MessageFactory. create(Protocol protocol)
create empty Message of the specified protocolMessage
MessageFactory. createFrom(SOAPMessage message)
create Message from SOAPMessage The xml and attachments from the SOAPMessage are used to populate the new Message The protocol is inferred from the SOAPMessageMessage
MessageFactory. createFrom(XMLStreamReader reader, Protocol protocol)
create Message with the xml from the XMLStreamReaderMessage
MessageFactory. createFrom(OMElement omElement, Protocol protocol)
create Message with the xml from the OMElementMessage
MessageFactory. createFrom(Block other, Object context, Protocol protocol)
create Message from a Block -
Uses of Message in org.apache.axis2.jaxws.message.impl
Classes in org.apache.axis2.jaxws.message.impl that implement Message Modifier and Type Class Description class
MessageImpl
MessageImpl A Message is an XML part + Attachments.Fields in org.apache.axis2.jaxws.message.impl declared as Message Modifier and Type Field Description protected Message
BlockImpl. parent
Methods in org.apache.axis2.jaxws.message.impl that return Message Modifier and Type Method Description Message
MessageFactoryImpl. create(Protocol protocol)
Message
MessageFactoryImpl. createFrom(SOAPMessage message)
Message
MessageFactoryImpl. createFrom(XMLStreamReader reader, Protocol protocol)
Message
MessageFactoryImpl. createFrom(OMElement omElement, Protocol protocol)
Message
MessageFactoryImpl. createFrom(Block block, Object context, Protocol protocol)
Message
BlockImpl. getParent()
Message
MessageImpl. getParent()
Message
XMLPartBase. getParent()
Methods in org.apache.axis2.jaxws.message.impl with parameters of type Message Modifier and Type Method Description void
BlockImpl. setParent(Message p)
void
MessageImpl. setParent(Message msg)
void
XMLPartBase. setParent(Message p)
-
Uses of Message in org.apache.axis2.jaxws.message.util
Methods in org.apache.axis2.jaxws.message.util that return Message Modifier and Type Method Description static Message
MessageUtils. getMessageFromMessageContext(MessageContext msgContext)
Create a JAX-WS Message from the information on an Axis 2 Message ContextMethods in org.apache.axis2.jaxws.message.util with parameters of type Message Modifier and Type Method Description static void
MessageUtils. putMessageOnMessageContext(Message message, MessageContext msgContext)
Put the JAX-WS Message onto the Axis2 MessageContext -
Uses of Message in org.apache.axis2.jaxws.server.dispatcher
Methods in org.apache.axis2.jaxws.server.dispatcher that return Message Modifier and Type Method Description Message
ProviderDispatcher. getMessage()
Get the parameter for a given endpoint invocationMethods in org.apache.axis2.jaxws.server.dispatcher with parameters of type Message Modifier and Type Method Description protected void
ProviderDispatcher. initMessageContext(MessageContext responseMsgCtx, Message m, Object output)
void
ProviderDispatcher. setMessage(Message msg)
Set the parameter for a given endpoint invocation
-