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 MessageBaseDispatch. createMessageFromValue(Object value)Take the input object and turn it into an OMElement so that it can be sent.MessageJAXBDispatch. createMessageFromValue(Object value)MessageXMLDispatch. createMessageFromValue(Object value)Methods in org.apache.axis2.jaxws.client.dispatch with parameters of type Message Modifier and Type Method Description protected abstract ObjectBaseDispatch. getValueFromMessage(Message message)Given a message, return the business object based on the requestor's required format (PAYLOAD vs.ObjectJAXBDispatch. getValueFromMessage(Message message)ObjectXMLDispatch. 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 MessageMessageContext. getMessage()Methods in org.apache.axis2.jaxws.core with parameters of type Message Modifier and Type Method Description voidMessageContext. 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 MessageMEPContext. getMessageObject()Methods in org.apache.axis2.jaxws.handler with parameters of type Message Modifier and Type Method Description voidMEPContext. 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 MessageMethodMarshaller. marshalFaultResponse(Throwable throwable, OperationDescription opDesc, Protocol protocol)This method creates a Message from a Throwable input parameter.MessageMethodMarshaller. marshalRequest(Object[] signatureArgs, OperationDescription opDesc, Map<String,Object> requestContext)This method converts SIGNATURE_ARGS into a Message.MessageMethodMarshaller. 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 ThrowableMethodMarshaller. 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 serverObjectMethodMarshaller. 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 MessageDocLitBareMethodMarshaller. marshalFaultResponse(Throwable throwable, OperationDescription operationDesc, Protocol protocol)MessageDocLitBareMinimalMethodMarshaller. marshalFaultResponse(Throwable throwable, OperationDescription operationDesc, Protocol protocol)MessageDocLitWrappedMethodMarshaller. marshalFaultResponse(Throwable throwable, OperationDescription operationDesc, Protocol protocol)MessageDocLitWrappedMinimalMethodMarshaller. marshalFaultResponse(Throwable throwable, OperationDescription operationDesc, Protocol protocol)MessageDocLitWrappedPlusMethodMarshaller. marshalFaultResponse(Throwable throwable, OperationDescription operationDesc, Protocol protocol)MessageRPCLitMethodMarshaller. marshalFaultResponse(Throwable throwable, OperationDescription operationDesc, Protocol protocol)MessageDocLitBareMethodMarshaller. marshalRequest(Object[] signatureArguments, OperationDescription operationDesc, Map<String,Object> requestContext)MessageDocLitBareMinimalMethodMarshaller. marshalRequest(Object[] signatureArguments, OperationDescription operationDesc, Map<String,Object> requestContext)MessageDocLitWrappedMethodMarshaller. marshalRequest(Object[] signatureArguments, OperationDescription operationDesc, Map<String,Object> requestContext)MessageDocLitWrappedMinimalMethodMarshaller. marshalRequest(Object[] signatureArguments, OperationDescription operationDesc, Map<String,Object> requestContext)MessageDocLitWrappedPlusMethodMarshaller. marshalRequest(Object[] signatureArguments, OperationDescription operationDesc, Map<String,Object> requestContext)MessageRPCLitMethodMarshaller. marshalRequest(Object[] signatureArguments, OperationDescription operationDesc, Map<String,Object> requestContext)MessageDocLitBareMethodMarshaller. marshalResponse(Object returnObject, Object[] signatureArgs, OperationDescription operationDesc, Protocol protocol)MessageDocLitBareMinimalMethodMarshaller. marshalResponse(Object returnObject, Object[] signatureArgs, OperationDescription operationDesc, Protocol protocol)MessageDocLitWrappedMethodMarshaller. marshalResponse(Object returnObject, Object[] signatureArgs, OperationDescription operationDesc, Protocol protocol)MessageDocLitWrappedMinimalMethodMarshaller. marshalResponse(Object returnObject, Object[] signatureArgs, OperationDescription operationDesc, Protocol protocol)MessageDocLitWrappedPlusMethodMarshaller. marshalResponse(Object returnObject, Object[] signatureArgs, OperationDescription operationDesc, Protocol protocol)MessageRPCLitMethodMarshaller. 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 ProtocolExceptionMethodMarshallerUtils. createSystemException(XMLFault xmlFault, Message message)Create a system exceptionThrowableDocLitBareMethodMarshaller. demarshalFaultResponse(Message message, OperationDescription operationDesc)ThrowableDocLitBareMinimalMethodMarshaller. demarshalFaultResponse(Message message, OperationDescription operationDesc)ThrowableDocLitWrappedMethodMarshaller. demarshalFaultResponse(Message message, OperationDescription operationDesc)ThrowableDocLitWrappedMinimalMethodMarshaller. demarshalFaultResponse(Message message, OperationDescription operationDesc)ThrowableDocLitWrappedPlusMethodMarshaller. demarshalFaultResponse(Message message, OperationDescription operationDesc)ThrowableRPCLitMethodMarshaller. 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)ObjectDocLitBareMethodMarshaller. demarshalResponse(Message message, Object[] signatureArgs, OperationDescription operationDesc)ObjectDocLitBareMinimalMethodMarshaller. demarshalResponse(Message message, Object[] signatureArgs, OperationDescription operationDesc)ObjectDocLitWrappedMethodMarshaller. demarshalResponse(Message message, Object[] signatureArgs, OperationDescription operationDesc)ObjectDocLitWrappedMinimalMethodMarshaller. demarshalResponse(Message message, Object[] signatureArgs, OperationDescription operationDesc)ObjectDocLitWrappedPlusMethodMarshaller. demarshalResponse(Message message, Object[] signatureArgs, OperationDescription operationDesc)ObjectRPCLitMethodMarshaller. 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 MessageBlock. getParent()Get the Message associated with this blockMessageXMLPart. 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 voidBlock. setParent(Message parent)Set the Message associated with this block (This method is intended to be called by the Message Implementation only)voidXMLPart. 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 MessageJAXBBlockContext. getMessage()Methods in org.apache.axis2.jaxws.message.databinding with parameters of type Message Modifier and Type Method Description voidJAXBBlockContext. 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 voidJAXBBlockImpl. 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 MessageMessageFactory. create(Protocol protocol)create empty Message of the specified protocolMessageMessageFactory. 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 SOAPMessageMessageMessageFactory. createFrom(XMLStreamReader reader, Protocol protocol)create Message with the xml from the XMLStreamReaderMessageMessageFactory. createFrom(OMElement omElement, Protocol protocol)create Message with the xml from the OMElementMessageMessageFactory. 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 classMessageImplMessageImpl A Message is an XML part + Attachments.Fields in org.apache.axis2.jaxws.message.impl declared as Message Modifier and Type Field Description protected MessageBlockImpl. parentMethods in org.apache.axis2.jaxws.message.impl that return Message Modifier and Type Method Description MessageMessageFactoryImpl. create(Protocol protocol)MessageMessageFactoryImpl. createFrom(SOAPMessage message)MessageMessageFactoryImpl. createFrom(XMLStreamReader reader, Protocol protocol)MessageMessageFactoryImpl. createFrom(OMElement omElement, Protocol protocol)MessageMessageFactoryImpl. createFrom(Block block, Object context, Protocol protocol)MessageBlockImpl. getParent()MessageMessageImpl. getParent()MessageXMLPartBase. getParent()Methods in org.apache.axis2.jaxws.message.impl with parameters of type Message Modifier and Type Method Description voidBlockImpl. setParent(Message p)voidMessageImpl. setParent(Message msg)voidXMLPartBase. 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 MessageMessageUtils. 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 voidMessageUtils. 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 MessageProviderDispatcher. 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 voidProviderDispatcher. initMessageContext(MessageContext responseMsgCtx, Message m, Object output)voidProviderDispatcher. setMessage(Message msg)Set the parameter for a given endpoint invocation
-