public final class ResponseWrapper extends Wrapper
| Constructor and Description |
|---|
ResponseWrapper() |
| Modifier and Type | Method and Description |
|---|---|
protected List<org.apache.cxf.tools.common.model.JavaField> |
buildFields() |
protected List<org.apache.cxf.tools.common.model.JavaField> |
buildFields(Method method,
org.apache.cxf.service.model.MessageInfo message) |
WrapperBeanClass |
getWrapperBeanClass(Method method) |
String |
getWrapperTns(Method method) |
boolean |
isWrapperAbsent(Method method) |
void |
setOperationInfo(org.apache.cxf.service.model.OperationInfo op) |
buildWrapperBeanClass, getClassName, getJavaClass, getMethod, getOperationInfo, getPackageName, getTypeString, getWebParamAnnotation, getWrapperBeanClass, getWrapperClass, isBuiltInTypes, isToDifferentPackage, isWrapperAbsent, isWrapperBeanClassNotExist, setClassName, setMethod, setNamepublic void setOperationInfo(org.apache.cxf.service.model.OperationInfo op)
setOperationInfo in class Wrapperpublic boolean isWrapperAbsent(Method method)
isWrapperAbsent in class Wrapperprotected List<org.apache.cxf.tools.common.model.JavaField> buildFields()
buildFields in class Wrapperprotected List<org.apache.cxf.tools.common.model.JavaField> buildFields(Method method, org.apache.cxf.service.model.MessageInfo message)
public WrapperBeanClass getWrapperBeanClass(Method method)
getWrapperBeanClass in class WrapperApache CXF