Uses of Interface
org.apache.axis2.jaxws.message.Message
Packages that use Message
Package
Description
-
Uses of Message in org.apache.axis2.jaxws.client.dispatch
Methods in org.apache.axis2.jaxws.client.dispatch that return MessageModifier and TypeMethodDescriptionprotected abstract MessageBaseDispatch.createMessageFromValue(Object value) Take the input object and turn it into an OMElement so that it can be sent.JAXBDispatch.createMessageFromValue(Object value) XMLDispatch.createMessageFromValue(Object value) Methods in org.apache.axis2.jaxws.client.dispatch with parameters of type MessageModifier and TypeMethodDescriptionprotected abstract ObjectBaseDispatch.getValueFromMessage(Message message) Given a message, return the business object based on the requestor's required format (PAYLOAD vs.JAXBDispatch.getValueFromMessage(Message message) XMLDispatch.getValueFromMessage(Message message) -
Uses of Message in org.apache.axis2.jaxws.core
Methods in org.apache.axis2.jaxws.core that return MessageMethods in org.apache.axis2.jaxws.core with parameters of type Message -
Uses of Message in org.apache.axis2.jaxws.handler
Methods in org.apache.axis2.jaxws.handler that return MessageMethods in org.apache.axis2.jaxws.handler with parameters of type Message -
Uses of Message in org.apache.axis2.jaxws.marshaller
Methods in org.apache.axis2.jaxws.marshaller that return MessageModifier and TypeMethodDescriptionMethodMarshaller.marshalFaultResponse(Throwable throwable, org.apache.axis2.jaxws.description.OperationDescription opDesc, Protocol protocol) This method creates a Message from a Throwable input parameter.MethodMarshaller.marshalRequest(Object[] signatureArgs, org.apache.axis2.jaxws.description.OperationDescription opDesc, Map<String, Object> requestContext) This method converts SIGNATURE_ARGS into a Message.MethodMarshaller.marshalResponse(Object returnObject, Object[] signatureArgs, org.apache.axis2.jaxws.description.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 MessageModifier and TypeMethodDescriptionMethodMarshaller.demarshalFaultResponse(Message message, org.apache.axis2.jaxws.description.OperationDescription opDesc) This method converts a Message (containing a fault) into a JAX-WS Service or WebServiceException.Object[]MethodMarshaller.demarshalRequest(Message message, org.apache.axis2.jaxws.description.OperationDescription opDesc) This method converts the Message into a SIGNATURE_ARGS It is used on the serverMethodMarshaller.demarshalResponse(Message message, Object[] signatureArgs, org.apache.axis2.jaxws.description.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 MessageModifier and TypeMethodDescriptionDocLitBareMethodMarshaller.marshalFaultResponse(Throwable throwable, org.apache.axis2.jaxws.description.OperationDescription operationDesc, Protocol protocol) DocLitBareMinimalMethodMarshaller.marshalFaultResponse(Throwable throwable, org.apache.axis2.jaxws.description.OperationDescription operationDesc, Protocol protocol) DocLitWrappedMethodMarshaller.marshalFaultResponse(Throwable throwable, org.apache.axis2.jaxws.description.OperationDescription operationDesc, Protocol protocol) DocLitWrappedMinimalMethodMarshaller.marshalFaultResponse(Throwable throwable, org.apache.axis2.jaxws.description.OperationDescription operationDesc, Protocol protocol) DocLitWrappedPlusMethodMarshaller.marshalFaultResponse(Throwable throwable, org.apache.axis2.jaxws.description.OperationDescription operationDesc, Protocol protocol) RPCLitMethodMarshaller.marshalFaultResponse(Throwable throwable, org.apache.axis2.jaxws.description.OperationDescription operationDesc, Protocol protocol) DocLitBareMethodMarshaller.marshalRequest(Object[] signatureArguments, org.apache.axis2.jaxws.description.OperationDescription operationDesc, Map<String, Object> requestContext) DocLitBareMinimalMethodMarshaller.marshalRequest(Object[] signatureArguments, org.apache.axis2.jaxws.description.OperationDescription operationDesc, Map<String, Object> requestContext) DocLitWrappedMethodMarshaller.marshalRequest(Object[] signatureArguments, org.apache.axis2.jaxws.description.OperationDescription operationDesc, Map<String, Object> requestContext) DocLitWrappedMinimalMethodMarshaller.marshalRequest(Object[] signatureArguments, org.apache.axis2.jaxws.description.OperationDescription operationDesc, Map<String, Object> requestContext) DocLitWrappedPlusMethodMarshaller.marshalRequest(Object[] signatureArguments, org.apache.axis2.jaxws.description.OperationDescription operationDesc, Map<String, Object> requestContext) RPCLitMethodMarshaller.marshalRequest(Object[] signatureArguments, org.apache.axis2.jaxws.description.OperationDescription operationDesc, Map<String, Object> requestContext) DocLitBareMethodMarshaller.marshalResponse(Object returnObject, Object[] signatureArgs, org.apache.axis2.jaxws.description.OperationDescription operationDesc, Protocol protocol) DocLitBareMinimalMethodMarshaller.marshalResponse(Object returnObject, Object[] signatureArgs, org.apache.axis2.jaxws.description.OperationDescription operationDesc, Protocol protocol) DocLitWrappedMethodMarshaller.marshalResponse(Object returnObject, Object[] signatureArgs, org.apache.axis2.jaxws.description.OperationDescription operationDesc, Protocol protocol) DocLitWrappedMinimalMethodMarshaller.marshalResponse(Object returnObject, Object[] signatureArgs, org.apache.axis2.jaxws.description.OperationDescription operationDesc, Protocol protocol) DocLitWrappedPlusMethodMarshaller.marshalResponse(Object returnObject, Object[] signatureArgs, org.apache.axis2.jaxws.description.OperationDescription operationDesc, Protocol protocol) RPCLitMethodMarshaller.marshalResponse(Object returnObject, Object[] signatureArgs, org.apache.axis2.jaxws.description.OperationDescription operationDesc, Protocol protocol) Methods in org.apache.axis2.jaxws.marshaller.impl.alt with parameters of type MessageModifier and TypeMethodDescriptionstatic jakarta.xml.ws.ProtocolExceptionMethodMarshallerUtils.createSystemException(XMLFault xmlFault, Message message) Create a system exceptionDocLitBareMethodMarshaller.demarshalFaultResponse(Message message, org.apache.axis2.jaxws.description.OperationDescription operationDesc) DocLitBareMinimalMethodMarshaller.demarshalFaultResponse(Message message, org.apache.axis2.jaxws.description.OperationDescription operationDesc) DocLitWrappedMethodMarshaller.demarshalFaultResponse(Message message, org.apache.axis2.jaxws.description.OperationDescription operationDesc) DocLitWrappedMinimalMethodMarshaller.demarshalFaultResponse(Message message, org.apache.axis2.jaxws.description.OperationDescription operationDesc) DocLitWrappedPlusMethodMarshaller.demarshalFaultResponse(Message message, org.apache.axis2.jaxws.description.OperationDescription operationDesc) RPCLitMethodMarshaller.demarshalFaultResponse(Message message, org.apache.axis2.jaxws.description.OperationDescription operationDesc) Object[]DocLitBareMethodMarshaller.demarshalRequest(Message message, org.apache.axis2.jaxws.description.OperationDescription operationDesc) Object[]DocLitBareMinimalMethodMarshaller.demarshalRequest(Message message, org.apache.axis2.jaxws.description.OperationDescription operationDesc) Object[]DocLitWrappedMethodMarshaller.demarshalRequest(Message message, org.apache.axis2.jaxws.description.OperationDescription operationDesc) Object[]DocLitWrappedMinimalMethodMarshaller.demarshalRequest(Message message, org.apache.axis2.jaxws.description.OperationDescription operationDesc) Object[]DocLitWrappedPlusMethodMarshaller.demarshalRequest(Message message, org.apache.axis2.jaxws.description.OperationDescription operationDesc) Object[]RPCLitMethodMarshaller.demarshalRequest(Message message, org.apache.axis2.jaxws.description.OperationDescription operationDesc) DocLitBareMethodMarshaller.demarshalResponse(Message message, Object[] signatureArgs, org.apache.axis2.jaxws.description.OperationDescription operationDesc) DocLitBareMinimalMethodMarshaller.demarshalResponse(Message message, Object[] signatureArgs, org.apache.axis2.jaxws.description.OperationDescription operationDesc) DocLitWrappedMethodMarshaller.demarshalResponse(Message message, Object[] signatureArgs, org.apache.axis2.jaxws.description.OperationDescription operationDesc) DocLitWrappedMinimalMethodMarshaller.demarshalResponse(Message message, Object[] signatureArgs, org.apache.axis2.jaxws.description.OperationDescription operationDesc) DocLitWrappedPlusMethodMarshaller.demarshalResponse(Message message, Object[] signatureArgs, org.apache.axis2.jaxws.description.OperationDescription operationDesc) RPCLitMethodMarshaller.demarshalResponse(Message message, Object[] signatureArgs, org.apache.axis2.jaxws.description.OperationDescription operationDesc) -
Uses of Message in org.apache.axis2.jaxws.message
Methods in org.apache.axis2.jaxws.message that return MessageModifier and TypeMethodDescriptionBlock.getParent()Get the Message associated with this blockXMLPart.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 -
Uses of Message in org.apache.axis2.jaxws.message.attachments
Constructors in org.apache.axis2.jaxws.message.attachments with parameters of type Message -
Uses of Message in org.apache.axis2.jaxws.message.databinding
Methods in org.apache.axis2.jaxws.message.databinding that return MessageMethods in org.apache.axis2.jaxws.message.databinding with parameters of type 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 -
Uses of Message in org.apache.axis2.jaxws.message.factory
Methods in org.apache.axis2.jaxws.message.factory that return MessageModifier and TypeMethodDescriptioncreate empty Message of the specified protocolMessageFactory.createFrom(jakarta.xml.soap.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 SOAPMessageMessageFactory.createFrom(XMLStreamReader reader, Protocol protocol) create Message with the xml from the XMLStreamReaderMessageFactory.createFrom(org.apache.axiom.om.OMElement omElement, Protocol protocol) create Message with the xml from the OMElementMessageFactory.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 MessageModifier and TypeClassDescriptionclassMessageImpl A Message is an XML part + Attachments.Fields in org.apache.axis2.jaxws.message.impl declared as MessageMethods in org.apache.axis2.jaxws.message.impl that return MessageModifier and TypeMethodDescriptionMessageFactoryImpl.createFrom(jakarta.xml.soap.SOAPMessage message) MessageFactoryImpl.createFrom(XMLStreamReader reader, Protocol protocol) MessageFactoryImpl.createFrom(org.apache.axiom.om.OMElement omElement, Protocol protocol) MessageFactoryImpl.createFrom(Block block, Object context, Protocol protocol) final MessageBlockImpl.getParent()MessageImpl.getParent()XMLPartBase.getParent()Methods in org.apache.axis2.jaxws.message.impl with parameters of type Message -
Uses of Message in org.apache.axis2.jaxws.message.util
Methods in org.apache.axis2.jaxws.message.util that return MessageModifier and TypeMethodDescriptionstatic MessageMessageUtils.getMessageFromMessageContext(org.apache.axis2.context.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 MessageModifier and TypeMethodDescriptionstatic voidMessageUtils.putMessageOnMessageContext(Message message, org.apache.axis2.context.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 MessageModifier and TypeMethodDescriptionProviderDispatcher.getMessage()Get the parameter for a given endpoint invocationMethods in org.apache.axis2.jaxws.server.dispatcher with parameters of type MessageModifier and TypeMethodDescriptionprotected voidProviderDispatcher.initMessageContext(MessageContext responseMsgCtx, Message m, Object output) voidProviderDispatcher.setMessage(Message msg) Set the parameter for a given endpoint invocation