public class JaxWsServiceConfiguration
extends org.apache.cxf.service.factory.AbstractServiceConfiguration
| Constructor and Description |
|---|
JaxWsServiceConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAction(org.apache.cxf.service.model.OperationInfo op,
Method method) |
QName |
getEndpointName() |
String |
getFaultMessageName(org.apache.cxf.service.model.OperationInfo op,
Class<?> exClass,
Class<?> beanClass) |
QName |
getFaultName(org.apache.cxf.service.model.InterfaceInfo service,
org.apache.cxf.service.model.OperationInfo o,
Class<?> exClass,
Class<?> beanClass) |
Type |
getHolderType(Class<?> cls,
Type type) |
QName |
getInParameterName(org.apache.cxf.service.model.OperationInfo op,
Method method,
int paramNumber) |
QName |
getInPartName(org.apache.cxf.service.model.OperationInfo op,
Method method,
int paramNumber) |
QName |
getInterfaceName() |
QName |
getOperationName(org.apache.cxf.service.model.InterfaceInfo intf,
Method method) |
QName |
getOutParameterName(org.apache.cxf.service.model.OperationInfo op,
Method method,
int paramNumber) |
QName |
getOutPartName(org.apache.cxf.service.model.OperationInfo op,
Method method,
int paramNumber) |
Class<?> |
getRequestWrapper(Method selected) |
String |
getRequestWrapperClassName(Method selected) |
QName |
getRequestWrapperName(org.apache.cxf.service.model.OperationInfo op,
Method method) |
String |
getRequestWrapperPartName(org.apache.cxf.service.model.OperationInfo op,
Method method) |
Class<?> |
getResponseWrapper(Method selected) |
String |
getResponseWrapperClassName(Method selected) |
QName |
getResponseWrapperName(org.apache.cxf.service.model.OperationInfo op,
Method method) |
String |
getResponseWrapperPartName(org.apache.cxf.service.model.OperationInfo op,
Method method) |
String |
getServiceName() |
String |
getServiceNamespace() |
String |
getStyle() |
Long |
getWrapperPartMinOccurs(org.apache.cxf.service.model.MessagePartInfo mpi) |
String |
getWsdlURL() |
Boolean |
hasOutMessage(Method method) |
Boolean |
isHeader(Method method,
int j) |
Boolean |
isHolder(Class<?> cls,
Type type) |
Boolean |
isInParam(Method method,
int j) |
Boolean |
isOperation(Method method) |
Boolean |
isOutParam(Method method,
int j) |
Boolean |
isRPC(Method method) |
Boolean |
isWebMethod(Method method) |
Boolean |
isWrapped() |
Boolean |
isWrapped(Method m) |
Boolean |
isWrapperPartQualified(org.apache.cxf.service.model.MessagePartInfo mpi) |
void |
setServiceFactory(org.apache.cxf.service.factory.ReflectionServiceFactoryBean serviceFactory) |
public void setServiceFactory(org.apache.cxf.service.factory.ReflectionServiceFactoryBean serviceFactory)
setServiceFactory in class org.apache.cxf.service.factory.AbstractServiceConfigurationpublic String getServiceName()
getServiceName in class org.apache.cxf.service.factory.AbstractServiceConfigurationpublic String getServiceNamespace()
getServiceNamespace in class org.apache.cxf.service.factory.AbstractServiceConfigurationpublic QName getEndpointName()
getEndpointName in class org.apache.cxf.service.factory.AbstractServiceConfigurationpublic QName getInterfaceName()
getInterfaceName in class org.apache.cxf.service.factory.AbstractServiceConfigurationpublic String getWsdlURL()
getWsdlURL in class org.apache.cxf.service.factory.AbstractServiceConfigurationpublic QName getOperationName(org.apache.cxf.service.model.InterfaceInfo intf, Method method)
getOperationName in class org.apache.cxf.service.factory.AbstractServiceConfigurationpublic Boolean isOperation(Method method)
isOperation in class org.apache.cxf.service.factory.AbstractServiceConfigurationpublic QName getInPartName(org.apache.cxf.service.model.OperationInfo op, Method method, int paramNumber)
getInPartName in class org.apache.cxf.service.factory.AbstractServiceConfigurationpublic QName getInParameterName(org.apache.cxf.service.model.OperationInfo op, Method method, int paramNumber)
getInParameterName in class org.apache.cxf.service.factory.AbstractServiceConfigurationpublic String getRequestWrapperPartName(org.apache.cxf.service.model.OperationInfo op, Method method)
getRequestWrapperPartName in class org.apache.cxf.service.factory.AbstractServiceConfigurationpublic String getResponseWrapperPartName(org.apache.cxf.service.model.OperationInfo op, Method method)
getResponseWrapperPartName in class org.apache.cxf.service.factory.AbstractServiceConfigurationpublic String getFaultMessageName(org.apache.cxf.service.model.OperationInfo op, Class<?> exClass, Class<?> beanClass)
getFaultMessageName in class org.apache.cxf.service.factory.AbstractServiceConfigurationpublic QName getOutParameterName(org.apache.cxf.service.model.OperationInfo op, Method method, int paramNumber)
getOutParameterName in class org.apache.cxf.service.factory.AbstractServiceConfigurationpublic QName getOutPartName(org.apache.cxf.service.model.OperationInfo op, Method method, int paramNumber)
getOutPartName in class org.apache.cxf.service.factory.AbstractServiceConfigurationpublic Boolean isInParam(Method method, int j)
isInParam in class org.apache.cxf.service.factory.AbstractServiceConfigurationpublic Boolean isOutParam(Method method, int j)
isOutParam in class org.apache.cxf.service.factory.AbstractServiceConfigurationpublic QName getRequestWrapperName(org.apache.cxf.service.model.OperationInfo op, Method method)
getRequestWrapperName in class org.apache.cxf.service.factory.AbstractServiceConfigurationpublic QName getResponseWrapperName(org.apache.cxf.service.model.OperationInfo op, Method method)
getResponseWrapperName in class org.apache.cxf.service.factory.AbstractServiceConfigurationpublic Class<?> getResponseWrapper(Method selected)
getResponseWrapper in class org.apache.cxf.service.factory.AbstractServiceConfigurationpublic String getResponseWrapperClassName(Method selected)
getResponseWrapperClassName in class org.apache.cxf.service.factory.AbstractServiceConfigurationpublic String getRequestWrapperClassName(Method selected)
getRequestWrapperClassName in class org.apache.cxf.service.factory.AbstractServiceConfigurationpublic Class<?> getRequestWrapper(Method selected)
getRequestWrapper in class org.apache.cxf.service.factory.AbstractServiceConfigurationpublic QName getFaultName(org.apache.cxf.service.model.InterfaceInfo service, org.apache.cxf.service.model.OperationInfo o, Class<?> exClass, Class<?> beanClass)
getFaultName in class org.apache.cxf.service.factory.AbstractServiceConfigurationpublic Boolean isWrapped(Method m)
isWrapped in class org.apache.cxf.service.factory.AbstractServiceConfigurationpublic Boolean isWrapped()
isWrapped in class org.apache.cxf.service.factory.AbstractServiceConfigurationpublic Boolean isHeader(Method method, int j)
isHeader in class org.apache.cxf.service.factory.AbstractServiceConfigurationpublic String getStyle()
getStyle in class org.apache.cxf.service.factory.AbstractServiceConfigurationpublic Boolean isRPC(Method method)
isRPC in class org.apache.cxf.service.factory.AbstractServiceConfigurationpublic Boolean hasOutMessage(Method method)
hasOutMessage in class org.apache.cxf.service.factory.AbstractServiceConfigurationpublic String getAction(org.apache.cxf.service.model.OperationInfo op, Method method)
getAction in class org.apache.cxf.service.factory.AbstractServiceConfigurationpublic Boolean isHolder(Class<?> cls, Type type)
isHolder in class org.apache.cxf.service.factory.AbstractServiceConfigurationpublic Type getHolderType(Class<?> cls, Type type)
getHolderType in class org.apache.cxf.service.factory.AbstractServiceConfigurationpublic Boolean isWrapperPartQualified(org.apache.cxf.service.model.MessagePartInfo mpi)
isWrapperPartQualified in class org.apache.cxf.service.factory.AbstractServiceConfigurationpublic Long getWrapperPartMinOccurs(org.apache.cxf.service.model.MessagePartInfo mpi)
getWrapperPartMinOccurs in class org.apache.cxf.service.factory.AbstractServiceConfigurationApache CXF