Modifier and Type | Method and Description |
---|---|
Message |
XMLDispatch.createMessageFromValue(Object value) |
Message |
JAXBDispatch.createMessageFromValue(Object value) |
protected abstract Message |
BaseDispatch.createMessageFromValue(Object value)
Take the input object and turn it into an OMElement so that it can be sent.
|
Modifier and Type | Method and Description |
---|---|
Object |
XMLDispatch.getValueFromMessage(Message message) |
Object |
JAXBDispatch.getValueFromMessage(Message message) |
protected abstract Object |
BaseDispatch.getValueFromMessage(Message message)
Given a message, return the business object based on the requestor's required format (PAYLOAD
vs.
|
Modifier and Type | Method and Description |
---|---|
Message |
MessageContext.getMessage() |
Modifier and Type | Method and Description |
---|---|
void |
MessageContext.setMessage(Message msg) |
Modifier and Type | Method and Description |
---|---|
Message |
MEPContext.getMessageObject() |
Modifier and Type | Method and Description |
---|---|
void |
MEPContext.setMessage(Message msg) |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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 server
|
Object |
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.
|
Modifier and Type | Method and Description |
---|---|
Message |
RPCLitMethodMarshaller.marshalFaultResponse(Throwable throwable,
OperationDescription operationDesc,
Protocol protocol) |
Message |
DocLitWrappedPlusMethodMarshaller.marshalFaultResponse(Throwable throwable,
OperationDescription operationDesc,
Protocol protocol) |
Message |
DocLitWrappedMinimalMethodMarshaller.marshalFaultResponse(Throwable throwable,
OperationDescription operationDesc,
Protocol protocol) |
Message |
DocLitWrappedMethodMarshaller.marshalFaultResponse(Throwable throwable,
OperationDescription operationDesc,
Protocol protocol) |
Message |
DocLitBareMinimalMethodMarshaller.marshalFaultResponse(Throwable throwable,
OperationDescription operationDesc,
Protocol protocol) |
Message |
DocLitBareMethodMarshaller.marshalFaultResponse(Throwable throwable,
OperationDescription operationDesc,
Protocol protocol) |
Message |
RPCLitMethodMarshaller.marshalRequest(Object[] signatureArguments,
OperationDescription operationDesc,
Map<String,Object> requestContext) |
Message |
DocLitWrappedPlusMethodMarshaller.marshalRequest(Object[] signatureArguments,
OperationDescription operationDesc,
Map<String,Object> requestContext) |
Message |
DocLitWrappedMinimalMethodMarshaller.marshalRequest(Object[] signatureArguments,
OperationDescription operationDesc,
Map<String,Object> requestContext) |
Message |
DocLitWrappedMethodMarshaller.marshalRequest(Object[] signatureArguments,
OperationDescription operationDesc,
Map<String,Object> requestContext) |
Message |
DocLitBareMinimalMethodMarshaller.marshalRequest(Object[] signatureArguments,
OperationDescription operationDesc,
Map<String,Object> requestContext) |
Message |
DocLitBareMethodMarshaller.marshalRequest(Object[] signatureArguments,
OperationDescription operationDesc,
Map<String,Object> requestContext) |
Message |
RPCLitMethodMarshaller.marshalResponse(Object returnObject,
Object[] signatureArgs,
OperationDescription operationDesc,
Protocol protocol) |
Message |
DocLitWrappedPlusMethodMarshaller.marshalResponse(Object returnObject,
Object[] signatureArgs,
OperationDescription operationDesc,
Protocol protocol) |
Message |
DocLitWrappedMinimalMethodMarshaller.marshalResponse(Object returnObject,
Object[] signatureArgs,
OperationDescription operationDesc,
Protocol protocol) |
Message |
DocLitWrappedMethodMarshaller.marshalResponse(Object returnObject,
Object[] signatureArgs,
OperationDescription operationDesc,
Protocol protocol) |
Message |
DocLitBareMinimalMethodMarshaller.marshalResponse(Object returnObject,
Object[] signatureArgs,
OperationDescription operationDesc,
Protocol protocol) |
Message |
DocLitBareMethodMarshaller.marshalResponse(Object returnObject,
Object[] signatureArgs,
OperationDescription operationDesc,
Protocol protocol) |
Modifier and Type | Method and Description |
---|---|
static ProtocolException |
MethodMarshallerUtils.createSystemException(XMLFault xmlFault,
Message message)
Create a system exception
|
Throwable |
RPCLitMethodMarshaller.demarshalFaultResponse(Message message,
OperationDescription operationDesc) |
Throwable |
DocLitWrappedPlusMethodMarshaller.demarshalFaultResponse(Message message,
OperationDescription operationDesc) |
Throwable |
DocLitWrappedMinimalMethodMarshaller.demarshalFaultResponse(Message message,
OperationDescription operationDesc) |
Throwable |
DocLitWrappedMethodMarshaller.demarshalFaultResponse(Message message,
OperationDescription operationDesc) |
Throwable |
DocLitBareMinimalMethodMarshaller.demarshalFaultResponse(Message message,
OperationDescription operationDesc) |
Throwable |
DocLitBareMethodMarshaller.demarshalFaultResponse(Message message,
OperationDescription operationDesc) |
Object[] |
RPCLitMethodMarshaller.demarshalRequest(Message message,
OperationDescription operationDesc) |
Object[] |
DocLitWrappedPlusMethodMarshaller.demarshalRequest(Message message,
OperationDescription operationDesc) |
Object[] |
DocLitWrappedMinimalMethodMarshaller.demarshalRequest(Message message,
OperationDescription operationDesc) |
Object[] |
DocLitWrappedMethodMarshaller.demarshalRequest(Message message,
OperationDescription operationDesc) |
Object[] |
DocLitBareMinimalMethodMarshaller.demarshalRequest(Message message,
OperationDescription operationDesc) |
Object[] |
DocLitBareMethodMarshaller.demarshalRequest(Message message,
OperationDescription operationDesc) |
Object |
RPCLitMethodMarshaller.demarshalResponse(Message message,
Object[] signatureArgs,
OperationDescription operationDesc) |
Object |
DocLitWrappedPlusMethodMarshaller.demarshalResponse(Message message,
Object[] signatureArgs,
OperationDescription operationDesc) |
Object |
DocLitWrappedMinimalMethodMarshaller.demarshalResponse(Message message,
Object[] signatureArgs,
OperationDescription operationDesc) |
Object |
DocLitWrappedMethodMarshaller.demarshalResponse(Message message,
Object[] signatureArgs,
OperationDescription operationDesc) |
Object |
DocLitBareMinimalMethodMarshaller.demarshalResponse(Message message,
Object[] signatureArgs,
OperationDescription operationDesc) |
Object |
DocLitBareMethodMarshaller.demarshalResponse(Message message,
Object[] signatureArgs,
OperationDescription operationDesc) |
Modifier and Type | Method and Description |
---|---|
Message |
XMLPart.getParent()
getParent Get the Message object that this XMLPart is attached to, if it is attached to one
at all.
|
Message |
Block.getParent()
Get the Message associated with this block
|
Modifier and Type | Method and Description |
---|---|
void |
XMLPart.setParent(Message m)
setParent Set the Message object that will hold this XMLPart
|
void |
Block.setParent(Message parent)
Set the Message associated with this block (This method is intended to be called by the
Message Implementation only)
|
Constructor and Description |
---|
JAXBAttachmentMarshaller(Message message,
XMLStreamWriter writer) |
JAXBAttachmentUnmarshaller(org.apache.axiom.util.stax.xop.MimePartProvider mimePartProvider,
Message message) |
Modifier and Type | Method and Description |
---|---|
Message |
JAXBBlockContext.getMessage() |
Modifier and Type | Method and Description |
---|---|
void |
JAXBBlockContext.setMessage(Message message) |
Modifier and Type | Method and Description |
---|---|
void |
JAXBBlockImpl.setParent(Message message) |
Modifier and Type | Method and Description |
---|---|
Message |
MessageFactory.create(Protocol protocol)
create empty Message of the specified protocol
|
Message |
MessageFactory.createFrom(Block other,
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(XMLStreamReader reader,
Protocol protocol)
create Message with the xml from the XMLStreamReader
|
Modifier and Type | Class and Description |
---|---|
class |
MessageImpl
MessageImpl
A Message is an XML part + Attachments.
|
Modifier and Type | Field and Description |
---|---|
protected Message |
BlockImpl.parent |
Modifier and Type | Method and Description |
---|---|
Message |
MessageFactoryImpl.create(Protocol protocol) |
Message |
MessageFactoryImpl.createFrom(Block block,
Object context,
Protocol protocol) |
Message |
MessageFactoryImpl.createFrom(org.apache.axiom.om.OMElement omElement,
Protocol protocol) |
Message |
MessageFactoryImpl.createFrom(SOAPMessage message) |
Message |
MessageFactoryImpl.createFrom(XMLStreamReader reader,
Protocol protocol) |
Message |
XMLPartBase.getParent() |
Message |
MessageImpl.getParent() |
Message |
BlockImpl.getParent() |
Modifier and Type | Method and Description |
---|---|
void |
XMLPartBase.setParent(Message p) |
void |
MessageImpl.setParent(Message msg) |
void |
BlockImpl.setParent(Message p) |
Modifier and Type | Method and Description |
---|---|
static Message |
MessageUtils.getMessageFromMessageContext(MessageContext msgContext)
Create a JAX-WS Message from the information on an Axis 2 Message Context
|
Modifier and Type | Method and Description |
---|---|
static void |
MessageUtils.putMessageOnMessageContext(Message message,
MessageContext msgContext)
Put the JAX-WS Message onto the Axis2 MessageContext
|
Modifier and Type | Method and Description |
---|---|
Message |
ProviderDispatcher.getMessage()
Get the parameter for a given endpoint invocation
|
Modifier and Type | Method and Description |
---|---|
protected void |
ProviderDispatcher.initMessageContext(MessageContext responseMsgCtx,
Message m,
Object output) |
void |
ProviderDispatcher.setMessage(Message msg)
Set the parameter for a given endpoint invocation
|
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.