|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.jaxws.marshaller.factory.MethodMarshallerFactory
public class MethodMarshallerFactory
The MethodMarshallerFactory creates a Doc/Lit Wrapped, Doc/Lit Bare or RPC Marshaller using SOAPBinding information
Method Summary | |
---|---|
static MethodMarshaller |
getMarshaller(OperationDescription op,
boolean isClient)
|
protected static boolean |
isDocLitBare(OperationDescription op)
|
protected static boolean |
isDocLitBareMinimal(OperationDescription op)
If a webservices is created without xjc, then there will be no ObjectFactory classes packaged with the webservice. |
protected static boolean |
isDocLitWrapped(OperationDescription op)
|
protected static boolean |
isDocLitWrappedMinimal(OperationDescription op)
If a web service is created without wsgen, it is possible that the wrapper elements are missing. |
protected static boolean |
isDocLitWrappedPlus(OperationDescription op)
If an web service is created using wsgen, it is possible that the sei does not comply with the wrapped rules. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static MethodMarshaller getMarshaller(OperationDescription op, boolean isClient)
protected static boolean isDocLitBare(OperationDescription op)
protected static boolean isDocLitWrapped(OperationDescription op)
protected static boolean isDocLitWrappedPlus(OperationDescription op)
op
-
protected static boolean isDocLitBareMinimal(OperationDescription op)
op
-
protected static boolean isDocLitWrappedMinimal(OperationDescription op)
op
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |