Class DocLitWrappedMinimalMethodMarshaller
java.lang.Object
org.apache.axis2.jaxws.marshaller.impl.alt.DocLitWrappedMinimalMethodMarshaller
- All Implemented Interfaces:
MethodMarshaller
- Author:
- scheu
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondemarshalFaultResponse(Message message, org.apache.axis2.jaxws.description.OperationDescription operationDesc) This method converts a Message (containing a fault) into a JAX-WS Service or WebServiceException.Object[]demarshalRequest(Message message, org.apache.axis2.jaxws.description.OperationDescription operationDesc) This method converts the Message into a SIGNATURE_ARGS It is used on the serverdemarshalResponse(Message message, Object[] signatureArgs, org.apache.axis2.jaxws.description.OperationDescription operationDesc) This method gets the objects from the Message and sets them onto the SIGNATURE_ARGS It also returns the RETURN object.marshalFaultResponse(Throwable throwable, org.apache.axis2.jaxws.description.OperationDescription operationDesc, Protocol protocol) This method creates a Message from a Throwable input parameter.marshalRequest(Object[] signatureArguments, org.apache.axis2.jaxws.description.OperationDescription operationDesc, Map<String, Object> requestContext) This method converts SIGNATURE_ARGS into a Message.marshalResponse(Object returnObject, Object[] signatureArgs, org.apache.axis2.jaxws.description.OperationDescription operationDesc, Protocol protocol) This method converts the SIGNATURE_ARGS and RETURN object into a Message.
-
Constructor Details
-
DocLitWrappedMinimalMethodMarshaller
public DocLitWrappedMinimalMethodMarshaller()
-
-
Method Details
-
marshalRequest
public Message marshalRequest(Object[] signatureArguments, org.apache.axis2.jaxws.description.OperationDescription operationDesc, Map<String, Object> requestContext) throws jakarta.xml.ws.WebServiceExceptionDescription copied from interface:MethodMarshallerThis method converts SIGNATURE_ARGS into a Message. It is used on the client- Specified by:
marshalRequestin interfaceMethodMarshaller- Returns:
- Message
- Throws:
jakarta.xml.ws.WebServiceException
-
demarshalRequest
public Object[] demarshalRequest(Message message, org.apache.axis2.jaxws.description.OperationDescription operationDesc) throws jakarta.xml.ws.WebServiceException Description copied from interface:MethodMarshallerThis method converts the Message into a SIGNATURE_ARGS It is used on the server- Specified by:
demarshalRequestin interfaceMethodMarshaller- Returns:
- signature args
- Throws:
jakarta.xml.ws.WebServiceException
-
marshalResponse
public Message marshalResponse(Object returnObject, Object[] signatureArgs, org.apache.axis2.jaxws.description.OperationDescription operationDesc, Protocol protocol) throws jakarta.xml.ws.WebServiceException Description copied from interface:MethodMarshallerThis method converts the SIGNATURE_ARGS and RETURN object into a Message. It is used on the server- Specified by:
marshalResponsein interfaceMethodMarshaller- Returns:
- Message
- Throws:
jakarta.xml.ws.WebServiceException
-
demarshalResponse
public Object demarshalResponse(Message message, Object[] signatureArgs, org.apache.axis2.jaxws.description.OperationDescription operationDesc) throws jakarta.xml.ws.WebServiceException Description copied from interface:MethodMarshallerThis method gets the objects from the Message and sets them onto the SIGNATURE_ARGS It also returns the RETURN object. Called on client- Specified by:
demarshalResponsein interfaceMethodMarshaller- Returns:
- returnObject
- Throws:
jakarta.xml.ws.WebServiceException
-
marshalFaultResponse
public Message marshalFaultResponse(Throwable throwable, org.apache.axis2.jaxws.description.OperationDescription operationDesc, Protocol protocol) throws jakarta.xml.ws.WebServiceException Description copied from interface:MethodMarshallerThis method creates a Message from a Throwable input parameter. Used on the server.- Specified by:
marshalFaultResponsein interfaceMethodMarshaller- Returns:
- Throws:
jakarta.xml.ws.WebServiceException
-
demarshalFaultResponse
public Throwable demarshalFaultResponse(Message message, org.apache.axis2.jaxws.description.OperationDescription operationDesc) throws jakarta.xml.ws.WebServiceException Description copied from interface:MethodMarshallerThis method converts a Message (containing a fault) into a JAX-WS Service or WebServiceException. Used on the client.- Specified by:
demarshalFaultResponsein interfaceMethodMarshaller- Returns:
- Throwable
- Throws:
jakarta.xml.ws.WebServiceException
-