org.apache.cxf.tools.java2wsdl.processor.internal.jaxws
Class RequestWrapper
java.lang.Object
org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.Wrapper
org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.RequestWrapper
public class RequestWrapper
- extends Wrapper
Methods inherited from class org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.Wrapper |
buildWrapperBeanClass, getClassName, getJavaClass, getMethod, getOperationInfo, getPackageName, getTypeString, getWebParamAnnotation, getWrapperBeanClass, getWrapperClass, isBuiltInTypes, isToDifferentPackage, isWrapperAbsent, isWrapperBeanClassNotExist, setClassName, setMethod, setName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RequestWrapper
public RequestWrapper()
setOperationInfo
public void setOperationInfo(OperationInfo op)
- Overrides:
setOperationInfo
in class Wrapper
isWrapperAbsent
public boolean isWrapperAbsent(Method method)
- Overrides:
isWrapperAbsent
in class Wrapper
getWrapperTns
public String getWrapperTns(Method method)
buildFields
protected List<JavaField> buildFields()
- Overrides:
buildFields
in class Wrapper
buildFields
protected List<JavaField> buildFields(Method method,
MessageInfo message)
getWrapperBeanClass
public WrapperBeanClass getWrapperBeanClass(Method method)
- Overrides:
getWrapperBeanClass
in class Wrapper
Apache CXF