| java.lang.Object org.apache.axis2.jaxws.marshaller.impl.alt.DocLitBareMinimalMethodMarshaller
DocLitBareMinimalMethodMarshaller | public class DocLitBareMinimalMethodMarshaller implements MethodMarshaller(Code) | | The Doc/Lit Wrapped Minimal Marshaller is used when 1) The web service is Doc/Lit mininal, and 2)
JAXB artifacts are missing (i.e. we don't have ObjectFactories)
|
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) |
DocLitBareMinimalMethodMarshaller | public DocLitBareMinimalMethodMarshaller()(Code) | | |
|
|