Uses of Interface
org.apache.axis2.jaxws.marshaller.MethodMarshaller
-
Packages that use MethodMarshaller Package Description org.apache.axis2.jaxws.marshaller.factory org.apache.axis2.jaxws.marshaller.impl.alt -
-
Uses of MethodMarshaller in org.apache.axis2.jaxws.marshaller.factory
Methods in org.apache.axis2.jaxws.marshaller.factory that return MethodMarshaller Modifier and Type Method Description static MethodMarshallerMethodMarshallerFactory. getMarshaller(OperationDescription op, boolean isClient)static MethodMarshallerMethodMarshallerFactory. getMarshaller(OperationDescription op, boolean isClient, ClassLoader cl) -
Uses of MethodMarshaller in org.apache.axis2.jaxws.marshaller.impl.alt
Classes in org.apache.axis2.jaxws.marshaller.impl.alt that implement MethodMarshaller Modifier and Type Class Description classDocLitBareMethodMarshallerclassDocLitBareMinimalMethodMarshallerThe 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)classDocLitWrappedMethodMarshallerclassDocLitWrappedMinimalMethodMarshallerclassDocLitWrappedPlusMethodMarshallerThe DocLitWrapped "plus" marshaller is used when the java method is doc/lit wrapped, but it does not exactly comply with the doc/lit rules.classRPCLitMethodMarshaller
-