public class JaxWsServiceConfiguration extends AbstractServiceConfiguration
serviceNamespace| Constructor and Description |
|---|
JaxWsServiceConfiguration() |
getInputMessageName, getMEP, getOutputMessageName, getServiceFactory, getWrapperPartMaxOccurs, isAsync, isWrapperPartNillable, setServiceNamespacepublic void setServiceFactory(ReflectionServiceFactoryBean serviceFactory)
setServiceFactory in class AbstractServiceConfigurationpublic String getServiceName()
getServiceName in class AbstractServiceConfigurationpublic String getServiceNamespace()
getServiceNamespace in class AbstractServiceConfigurationpublic QName getEndpointName()
getEndpointName in class AbstractServiceConfigurationpublic QName getInterfaceName()
getInterfaceName in class AbstractServiceConfigurationpublic String getWsdlURL()
getWsdlURL in class AbstractServiceConfigurationpublic QName getOperationName(InterfaceInfo intf, Method method)
AbstractServiceConfigurationdoSomething, the first one will have an operation name of
"doSomething" and the second "doSomething1".getOperationName in class AbstractServiceConfigurationpublic Boolean isOperation(Method method)
isOperation in class AbstractServiceConfigurationpublic QName getInPartName(OperationInfo op, Method method, int paramNumber)
getInPartName in class AbstractServiceConfigurationpublic QName getInParameterName(OperationInfo op, Method method, int paramNumber)
getInParameterName in class AbstractServiceConfigurationpublic String getRequestWrapperPartName(OperationInfo op, Method method)
getRequestWrapperPartName in class AbstractServiceConfigurationpublic String getResponseWrapperPartName(OperationInfo op, Method method)
getResponseWrapperPartName in class AbstractServiceConfigurationpublic String getFaultMessageName(OperationInfo op, Class<?> exClass, Class<?> beanClass)
getFaultMessageName in class AbstractServiceConfigurationpublic QName getOutParameterName(OperationInfo op, Method method, int paramNumber)
getOutParameterName in class AbstractServiceConfigurationpublic QName getOutPartName(OperationInfo op, Method method, int paramNumber)
getOutPartName in class AbstractServiceConfigurationpublic Boolean isInParam(Method method, int j)
isInParam in class AbstractServiceConfigurationpublic Boolean isOutParam(Method method, int j)
isOutParam in class AbstractServiceConfigurationpublic QName getRequestWrapperName(OperationInfo op, Method method)
getRequestWrapperName in class AbstractServiceConfigurationpublic QName getResponseWrapperName(OperationInfo op, Method method)
getResponseWrapperName in class AbstractServiceConfigurationpublic Class<?> getResponseWrapper(Method selected)
getResponseWrapper in class AbstractServiceConfigurationpublic String getResponseWrapperClassName(Method selected)
getResponseWrapperClassName in class AbstractServiceConfigurationpublic String getRequestWrapperClassName(Method selected)
getRequestWrapperClassName in class AbstractServiceConfigurationpublic Class<?> getRequestWrapper(Method selected)
getRequestWrapper in class AbstractServiceConfigurationpublic QName getFaultName(InterfaceInfo service, OperationInfo o, Class<?> exClass, Class<?> beanClass)
getFaultName in class AbstractServiceConfigurationpublic Boolean isWrapped(Method m)
isWrapped in class AbstractServiceConfigurationpublic Boolean isWrapped()
isWrapped in class AbstractServiceConfigurationpublic Boolean isHeader(Method method, int j)
isHeader in class AbstractServiceConfigurationpublic String getStyle()
getStyle in class AbstractServiceConfigurationpublic Boolean isRPC(Method method)
isRPC in class AbstractServiceConfigurationpublic Boolean hasOutMessage(Method method)
hasOutMessage in class AbstractServiceConfigurationpublic String getAction(OperationInfo op, Method method)
getAction in class AbstractServiceConfigurationpublic Boolean isHolder(Class<?> cls, Type type)
isHolder in class AbstractServiceConfigurationpublic Type getHolderType(Class<?> cls, Type type)
getHolderType in class AbstractServiceConfigurationpublic Boolean isWrapperPartQualified(MessagePartInfo mpi)
isWrapperPartQualified in class AbstractServiceConfigurationpublic Long getWrapperPartMinOccurs(MessagePartInfo mpi)
getWrapperPartMinOccurs in class AbstractServiceConfigurationApache CXF