public class RPCLitMethodMarshaller extends java.lang.Object implements MethodMarshaller
| Constructor and Description |
|---|
RPCLitMethodMarshaller() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
demarshalFaultResponse(Message message,
OperationDescription operationDesc)
This method converts a Message (containing a fault) into a JAX-WS Service or
WebServiceException.
|
java.lang.Object[] |
demarshalRequest(Message message,
OperationDescription operationDesc)
This method converts the Message into a SIGNATURE_ARGS It is used on the server
|
java.lang.Object |
demarshalResponse(Message message,
java.lang.Object[] signatureArgs,
OperationDescription operationDesc)
This method gets the objects from the Message and sets them onto the SIGNATURE_ARGS It also
returns the RETURN object.
|
Message |
marshalFaultResponse(java.lang.Throwable throwable,
OperationDescription operationDesc,
Protocol protocol)
This method creates a Message from a Throwable input parameter.
|
Message |
marshalRequest(java.lang.Object[] signatureArguments,
OperationDescription operationDesc,
java.util.Map<java.lang.String,java.lang.Object> requestContext)
This method converts SIGNATURE_ARGS into a Message.
|
Message |
marshalResponse(java.lang.Object returnObject,
java.lang.Object[] signatureArgs,
OperationDescription operationDesc,
Protocol protocol)
This method converts the SIGNATURE_ARGS and RETURN object into a Message.
|
public Message marshalRequest(java.lang.Object[] signatureArguments, OperationDescription operationDesc, java.util.Map<java.lang.String,java.lang.Object> requestContext) throws javax.xml.ws.WebServiceException
MethodMarshallermarshalRequest in interface MethodMarshallerjavax.xml.ws.WebServiceExceptionpublic java.lang.Object[] demarshalRequest(Message message, OperationDescription operationDesc) throws javax.xml.ws.WebServiceException
MethodMarshallerdemarshalRequest in interface MethodMarshallerjavax.xml.ws.WebServiceExceptionpublic Message marshalResponse(java.lang.Object returnObject, java.lang.Object[] signatureArgs, OperationDescription operationDesc, Protocol protocol) throws javax.xml.ws.WebServiceException
MethodMarshallermarshalResponse in interface MethodMarshallerjavax.xml.ws.WebServiceExceptionpublic java.lang.Object demarshalResponse(Message message, java.lang.Object[] signatureArgs, OperationDescription operationDesc) throws javax.xml.ws.WebServiceException
MethodMarshallerdemarshalResponse in interface MethodMarshallerjavax.xml.ws.WebServiceExceptionpublic Message marshalFaultResponse(java.lang.Throwable throwable, OperationDescription operationDesc, Protocol protocol) throws javax.xml.ws.WebServiceException
MethodMarshallermarshalFaultResponse in interface MethodMarshallerjavax.xml.ws.WebServiceExceptionpublic java.lang.Throwable demarshalFaultResponse(Message message, OperationDescription operationDesc) throws javax.xml.ws.WebServiceException
MethodMarshallerdemarshalFaultResponse in interface MethodMarshallerjavax.xml.ws.WebServiceExceptionCopyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.