Uses of Interface
org.apache.axis2.jaxws.message.Message

Packages that use Message
org.apache.axis2.jaxws.client.dispatch   
org.apache.axis2.jaxws.core   
org.apache.axis2.jaxws.handler   
org.apache.axis2.jaxws.marshaller   
org.apache.axis2.jaxws.marshaller.impl.alt   
org.apache.axis2.jaxws.message   
org.apache.axis2.jaxws.message.attachments   
org.apache.axis2.jaxws.message.databinding   
org.apache.axis2.jaxws.message.databinding.impl   
org.apache.axis2.jaxws.message.factory   
org.apache.axis2.jaxws.message.impl   
org.apache.axis2.jaxws.message.util   
org.apache.axis2.jaxws.server.dispatcher   
 

Uses of Message in org.apache.axis2.jaxws.client.dispatch
 

Methods in org.apache.axis2.jaxws.client.dispatch that return Message
 Message XMLDispatch.createMessageFromValue(java.lang.Object value)
           
protected abstract  Message BaseDispatch.createMessageFromValue(java.lang.Object value)
          Take the input object and turn it into an OMElement so that it can be sent.
 Message JAXBDispatch.createMessageFromValue(java.lang.Object value)
           
 

Methods in org.apache.axis2.jaxws.client.dispatch with parameters of type Message
 java.lang.Object XMLDispatch.getValueFromMessage(Message message)
           
protected abstract  java.lang.Object BaseDispatch.getValueFromMessage(Message message)
          Given a message, return the business object based on the requestor's required format (PAYLOAD vs.
 java.lang.Object JAXBDispatch.getValueFromMessage(Message message)
           
 

Uses of Message in org.apache.axis2.jaxws.core
 

Methods in org.apache.axis2.jaxws.core that return Message
 Message MessageContext.getMessage()
           
 

Methods in org.apache.axis2.jaxws.core with parameters of type Message
 void MessageContext.setMessage(Message msg)
           
 

Uses of Message in org.apache.axis2.jaxws.handler
 

Methods in org.apache.axis2.jaxws.handler that return Message
 Message MEPContext.getMessageObject()
           
 

Methods in org.apache.axis2.jaxws.handler with parameters of type Message
 void MEPContext.setMessage(Message msg)
           
 

Uses of Message in org.apache.axis2.jaxws.marshaller
 

Methods in org.apache.axis2.jaxws.marshaller that return Message
 Message MethodMarshaller.marshalFaultResponse(java.lang.Throwable throwable, OperationDescription opDesc, Protocol protocol)
          This method creates a Message from a Throwable input parameter.
 Message MethodMarshaller.marshalRequest(java.lang.Object[] signatureArgs, OperationDescription opDesc)
          This method converts SIGNATURE_ARGS into a Message.
 Message MethodMarshaller.marshalResponse(java.lang.Object returnObject, java.lang.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
 java.lang.Throwable MethodMarshaller.demarshalFaultResponse(Message message, OperationDescription opDesc)
          This method converts a Message (containing a fault) into a JAX-WS Service or WebServiceException.
 java.lang.Object[] MethodMarshaller.demarshalRequest(Message message, OperationDescription opDesc)
          This method converts the Message into a SIGNATURE_ARGS It is used on the server
 java.lang.Object MethodMarshaller.demarshalResponse(Message message, java.lang.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
 Message DocLitBareMinimalMethodMarshaller.marshalFaultResponse(java.lang.Throwable throwable, OperationDescription operationDesc, Protocol protocol)
           
 Message DocLitWrappedMethodMarshaller.marshalFaultResponse(java.lang.Throwable throwable, OperationDescription operationDesc, Protocol protocol)
           
 Message DocLitWrappedPlusMethodMarshaller.marshalFaultResponse(java.lang.Throwable throwable, OperationDescription operationDesc, Protocol protocol)
           
 Message RPCLitMethodMarshaller.marshalFaultResponse(java.lang.Throwable throwable, OperationDescription operationDesc, Protocol protocol)
           
 Message DocLitWrappedMinimalMethodMarshaller.marshalFaultResponse(java.lang.Throwable throwable, OperationDescription operationDesc, Protocol protocol)
           
 Message DocLitBareMethodMarshaller.marshalFaultResponse(java.lang.Throwable throwable, OperationDescription operationDesc, Protocol protocol)
           
 Message DocLitBareMinimalMethodMarshaller.marshalRequest(java.lang.Object[] signatureArguments, OperationDescription operationDesc)
           
 Message DocLitWrappedMethodMarshaller.marshalRequest(java.lang.Object[] signatureArguments, OperationDescription operationDesc)
           
 Message DocLitWrappedPlusMethodMarshaller.marshalRequest(java.lang.Object[] signatureArguments, OperationDescription operationDesc)
           
 Message RPCLitMethodMarshaller.marshalRequest(java.lang.Object[] signatureArguments, OperationDescription operationDesc)
           
 Message DocLitWrappedMinimalMethodMarshaller.marshalRequest(java.lang.Object[] signatureArguments, OperationDescription operationDesc)
           
 Message DocLitBareMethodMarshaller.marshalRequest(java.lang.Object[] signatureArguments, OperationDescription operationDesc)
           
 Message DocLitBareMinimalMethodMarshaller.marshalResponse(java.lang.Object returnObject, java.lang.Object[] signatureArgs, OperationDescription operationDesc, Protocol protocol)
           
 Message DocLitWrappedMethodMarshaller.marshalResponse(java.lang.Object returnObject, java.lang.Object[] signatureArgs, OperationDescription operationDesc, Protocol protocol)
           
 Message DocLitWrappedPlusMethodMarshaller.marshalResponse(java.lang.Object returnObject, java.lang.Object[] signatureArgs, OperationDescription operationDesc, Protocol protocol)
           
 Message RPCLitMethodMarshaller.marshalResponse(java.lang.Object returnObject, java.lang.Object[] signatureArgs, OperationDescription operationDesc, Protocol protocol)
           
 Message DocLitWrappedMinimalMethodMarshaller.marshalResponse(java.lang.Object returnObject, java.lang.Object[] signatureArgs, OperationDescription operationDesc, Protocol protocol)
           
 Message DocLitBareMethodMarshaller.marshalResponse(java.lang.Object returnObject, java.lang.Object[] signatureArgs, OperationDescription operationDesc, Protocol protocol)
           
 

Methods in org.apache.axis2.jaxws.marshaller.impl.alt with parameters of type Message
static ProtocolException MethodMarshallerUtils.createSystemException(XMLFault xmlFault, Message message)
          Create a system exception
 java.lang.Throwable DocLitBareMinimalMethodMarshaller.demarshalFaultResponse(Message message, OperationDescription operationDesc)
           
 java.lang.Throwable DocLitWrappedMethodMarshaller.demarshalFaultResponse(Message message, OperationDescription operationDesc)
           
 java.lang.Throwable DocLitWrappedPlusMethodMarshaller.demarshalFaultResponse(Message message, OperationDescription operationDesc)
           
 java.lang.Throwable RPCLitMethodMarshaller.demarshalFaultResponse(Message message, OperationDescription operationDesc)
           
 java.lang.Throwable DocLitWrappedMinimalMethodMarshaller.demarshalFaultResponse(Message message, OperationDescription operationDesc)
           
 java.lang.Throwable DocLitBareMethodMarshaller.demarshalFaultResponse(Message message, OperationDescription operationDesc)
           
 java.lang.Object[] DocLitBareMinimalMethodMarshaller.demarshalRequest(Message message, OperationDescription operationDesc)
           
 java.lang.Object[] DocLitWrappedMethodMarshaller.demarshalRequest(Message message, OperationDescription operationDesc)
           
 java.lang.Object[] DocLitWrappedPlusMethodMarshaller.demarshalRequest(Message message, OperationDescription operationDesc)
           
 java.lang.Object[] RPCLitMethodMarshaller.demarshalRequest(Message message, OperationDescription operationDesc)
           
 java.lang.Object[] DocLitWrappedMinimalMethodMarshaller.demarshalRequest(Message message, OperationDescription operationDesc)
           
 java.lang.Object[] DocLitBareMethodMarshaller.demarshalRequest(Message message, OperationDescription operationDesc)
           
 java.lang.Object DocLitBareMinimalMethodMarshaller.demarshalResponse(Message message, java.lang.Object[] signatureArgs, OperationDescription operationDesc)
           
 java.lang.Object DocLitWrappedMethodMarshaller.demarshalResponse(Message message, java.lang.Object[] signatureArgs, OperationDescription operationDesc)
           
 java.lang.Object DocLitWrappedPlusMethodMarshaller.demarshalResponse(Message message, java.lang.Object[] signatureArgs, OperationDescription operationDesc)
           
 java.lang.Object RPCLitMethodMarshaller.demarshalResponse(Message message, java.lang.Object[] signatureArgs, OperationDescription operationDesc)
           
 java.lang.Object DocLitWrappedMinimalMethodMarshaller.demarshalResponse(Message message, java.lang.Object[] signatureArgs, OperationDescription operationDesc)
           
 java.lang.Object DocLitBareMethodMarshaller.demarshalResponse(Message message, java.lang.Object[] signatureArgs, OperationDescription operationDesc)
           
 

Uses of Message in org.apache.axis2.jaxws.message
 

Methods in org.apache.axis2.jaxws.message that return Message
 Message Block.getParent()
          Get the Message associated with this block
 Message 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
 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
JAXBAttachmentMarshaller(Message message, javax.xml.stream.XMLStreamWriter writer)
           
JAXBAttachmentUnmarshaller(Message message)
           
 

Uses of Message in org.apache.axis2.jaxws.message.databinding
 

Methods in org.apache.axis2.jaxws.message.databinding that return Message
 Message JAXBBlockContext.getMessage()
           
 

Methods in org.apache.axis2.jaxws.message.databinding with parameters of type Message
 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
 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
 Message MessageFactory.create(Protocol protocol)
          create empty Message of the specified protocol
 Message MessageFactory.createFrom(Block other, java.lang.Object context, Protocol protocol)
          create Message from a Block
 Message MessageFactory.createFrom(org.apache.axiom.om.OMElement omElement, Protocol protocol)
          create Message with the xml from the OMElement
 Message 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 SOAPMessage
 Message MessageFactory.createFrom(javax.xml.stream.XMLStreamReader reader, Protocol protocol)
          create Message with the xml from the XMLStreamReader
 

Uses of Message in org.apache.axis2.jaxws.message.impl
 

Classes in org.apache.axis2.jaxws.message.impl that implement Message
 class MessageImpl
          MessageImpl A Message is an XML part + Attachments.
 

Fields in org.apache.axis2.jaxws.message.impl declared as Message
protected  Message BlockImpl.parent
           
 

Methods in org.apache.axis2.jaxws.message.impl that return Message
 Message MessageFactoryImpl.create(Protocol protocol)
           
 Message MessageFactoryImpl.createFrom(Block block, java.lang.Object context, Protocol protocol)
           
 Message MessageFactoryImpl.createFrom(org.apache.axiom.om.OMElement omElement, Protocol protocol)
           
 Message MessageFactoryImpl.createFrom(SOAPMessage message)
           
 Message MessageFactoryImpl.createFrom(javax.xml.stream.XMLStreamReader reader, Protocol protocol)
           
 Message BlockImpl.getParent()
           
 Message MessageImpl.getParent()
           
 Message XMLPartBase.getParent()
           
 

Methods in org.apache.axis2.jaxws.message.impl with parameters of type Message
 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
static Message MessageUtils.getMessageFromMessageContext(MessageContext msgContext)
          Create a JAX-WS Message from the information on an Axis 2 Message Context
 

Methods in org.apache.axis2.jaxws.message.util with parameters of type Message
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
 Message ProviderDispatcher.getMessage()
          Get the parameter for a given endpoint invocation
 

Methods in org.apache.axis2.jaxws.server.dispatcher with parameters of type Message
 void ProviderDispatcher.setMessage(Message msg)
          Set the parameter for a given endpoint invocation
 



Copyright © 2007 Apache Web Services Project. All Rights Reserved.