Apache CXF API

org.apache.cxf.tools.java2wsdl.processor.internal.jaxws
Class Wrapper

java.lang.Object
  extended by org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.Wrapper
Direct Known Subclasses:
RequestWrapper, ResponseWrapper

public class Wrapper
extends Object


Constructor Summary
Wrapper()
           
 
Method Summary
protected  List<JavaField> buildFields()
           
 WrapperBeanClass buildWrapperBeanClass()
           
 String getClassName()
           
 WrapperBeanClass getJavaClass()
           
 Method getMethod()
           
 OperationInfo getOperationInfo()
           
protected  String getPackageName(Method m)
           
protected  String getTypeString(Type t)
           
protected  javax.jws.WebParam getWebParamAnnotation(Annotation[] annotations)
           
 WrapperBeanClass getWrapperBeanClass(Method m)
           
protected  WrapperBeanClass getWrapperBeanClass(QName wrapperBeanName)
           
 Class<?> getWrapperClass()
           
protected  boolean isBuiltInTypes(Class<?> clz)
           
 boolean isToDifferentPackage()
           
 boolean isWrapperAbsent()
           
 boolean isWrapperAbsent(Method m)
           
 boolean isWrapperBeanClassNotExist()
           
 void setClassName(String s)
           
 void setMethod(Method m)
           
 void setName(QName n)
           
 void setOperationInfo(OperationInfo op)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Wrapper

public Wrapper()
Method Detail

setOperationInfo

public void setOperationInfo(OperationInfo op)

setMethod

public void setMethod(Method m)

setName

public void setName(QName n)

setClassName

public void setClassName(String s)

getClassName

public String getClassName()

getWrapperBeanClass

public WrapperBeanClass getWrapperBeanClass(Method m)

getWrapperBeanClass

protected WrapperBeanClass getWrapperBeanClass(QName wrapperBeanName)

getJavaClass

public WrapperBeanClass getJavaClass()

buildWrapperBeanClass

public WrapperBeanClass buildWrapperBeanClass()

getPackageName

protected String getPackageName(Method m)

isWrapperAbsent

public boolean isWrapperAbsent()

isWrapperAbsent

public boolean isWrapperAbsent(Method m)

isWrapperBeanClassNotExist

public boolean isWrapperBeanClassNotExist()

isToDifferentPackage

public boolean isToDifferentPackage()

getWrapperClass

public Class<?> getWrapperClass()

isBuiltInTypes

protected boolean isBuiltInTypes(Class<?> clz)

buildFields

protected List<JavaField> buildFields()

getMethod

public Method getMethod()

getOperationInfo

public OperationInfo getOperationInfo()

getTypeString

protected String getTypeString(Type t)

getWebParamAnnotation

protected javax.jws.WebParam getWebParamAnnotation(Annotation[] annotations)

Apache CXF API

Apache CXF