| java.lang.Object org.apache.axis2.jaxws.marshaller.impl.alt.DocLitWrappedPlusMethodMarshaller
DocLitWrappedPlusMethodMarshaller | public class DocLitWrappedPlusMethodMarshaller implements MethodMarshaller(Code) | | The DocLitWrapped "plus" marshaller is used when the java method is doc/lit wrapped, but it does
not exactly comply with the doc/lit rules. This can result from the customer adding annotations,
but it can also be the result of WSGEN generation
Here is an example:
|
Method Summary | |
public Throwable | demarshalFaultResponse(Message message, OperationDescription operationDesc) | public Object[] | demarshalRequest(Message message, OperationDescription operationDesc) | public Object | demarshalResponse(Message message, Object[] signatureArgs, OperationDescription operationDesc) | public Message | marshalFaultResponse(Throwable throwable, OperationDescription operationDesc, Protocol protocol) | public Message | marshalRequest(Object[] signatureArguments, OperationDescription operationDesc) | public Message | marshalResponse(Object returnObject, Object[] signatureArgs, OperationDescription operationDesc, Protocol protocol) |
DocLitWrappedPlusMethodMarshaller | public DocLitWrappedPlusMethodMarshaller()(Code) | | |
|
|