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

java.lang.Object
  extended by org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.Wrapper
      extended by org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.ResponseWrapper

public final class ResponseWrapper
extends Wrapper


Constructor Summary
ResponseWrapper()
           
 
Method Summary
protected  java.util.List<JavaField> buildFields()
           
protected  java.util.List<JavaField> buildFields(java.lang.reflect.Method method, MessageInfo message)
           
 WrapperBeanClass getWrapperBeanClass(java.lang.reflect.Method method)
           
 java.lang.String getWrapperTns(java.lang.reflect.Method method)
           
 boolean isWrapperAbsent(java.lang.reflect.Method method)
           
 void setOperationInfo(OperationInfo op)
           
 
Methods inherited from class org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.Wrapper
buildWrapperBeanClass, getClassName, getJavaClass, getMethod, getOperationInfo, getPackageName, getTypeString, 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
 

Constructor Detail

ResponseWrapper

public ResponseWrapper()
Method Detail

setOperationInfo

public void setOperationInfo(OperationInfo op)
Overrides:
setOperationInfo in class Wrapper

isWrapperAbsent

public boolean isWrapperAbsent(java.lang.reflect.Method method)
Overrides:
isWrapperAbsent in class Wrapper

getWrapperTns

public java.lang.String getWrapperTns(java.lang.reflect.Method method)

buildFields

protected java.util.List<JavaField> buildFields()
Overrides:
buildFields in class Wrapper

buildFields

protected java.util.List<JavaField> buildFields(java.lang.reflect.Method method,
                                                MessageInfo message)

getWrapperBeanClass

public WrapperBeanClass getWrapperBeanClass(java.lang.reflect.Method method)
Overrides:
getWrapperBeanClass in class Wrapper


Apache CXF