public class MethodMarshallerFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
static MethodMarshaller |
getMarshaller(org.apache.axis2.jaxws.description.OperationDescription op,
boolean isClient) |
static MethodMarshaller |
getMarshaller(org.apache.axis2.jaxws.description.OperationDescription op,
boolean isClient,
ClassLoader cl) |
protected static boolean |
isDocLitBare(org.apache.axis2.jaxws.description.OperationDescription op) |
protected static boolean |
isDocLitBareMinimal(org.apache.axis2.jaxws.description.OperationDescription op,
ClassLoader cl)
If a webservices is created without xjc, then there will be no ObjectFactory classes packaged
with the webservice.
|
protected static boolean |
isDocLitWrapped(org.apache.axis2.jaxws.description.OperationDescription op) |
protected static boolean |
isDocLitWrappedMinimal(org.apache.axis2.jaxws.description.OperationDescription op)
If a web service is created without wsgen, it is possible that the wrapper elements are
missing.
|
protected static boolean |
isDocLitWrappedPlus(org.apache.axis2.jaxws.description.OperationDescription op)
If an web service is created using wsgen, it is possible that the sei does not comply with
the wrapped rules.
|
public static MethodMarshaller getMarshaller(org.apache.axis2.jaxws.description.OperationDescription op, boolean isClient)
public static MethodMarshaller getMarshaller(org.apache.axis2.jaxws.description.OperationDescription op, boolean isClient, ClassLoader cl)
protected static boolean isDocLitBare(org.apache.axis2.jaxws.description.OperationDescription op)
protected static boolean isDocLitWrapped(org.apache.axis2.jaxws.description.OperationDescription op)
protected static boolean isDocLitWrappedPlus(org.apache.axis2.jaxws.description.OperationDescription op)
op - protected static boolean isDocLitBareMinimal(org.apache.axis2.jaxws.description.OperationDescription op,
ClassLoader cl)
op - protected static boolean isDocLitWrappedMinimal(org.apache.axis2.jaxws.description.OperationDescription op)
op - Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.