Package org.apache.cxf.jaxws.support
Class JaxWsServiceConfiguration
java.lang.Object
org.apache.cxf.wsdl.service.factory.AbstractServiceConfiguration
org.apache.cxf.jaxws.support.JaxWsServiceConfiguration
- Direct Known Subclasses:
WebServiceProviderConfiguration
-
Field Summary
Fields inherited from class org.apache.cxf.wsdl.service.factory.AbstractServiceConfiguration
serviceNamespace -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAction(OperationInfo op, Method method) getFaultMessageName(OperationInfo op, Class<?> exClass, Class<?> beanClass) getFaultName(InterfaceInfo service, OperationInfo o, Class<?> exClass, Class<?> beanClass) getHolderType(Class<?> cls, Type type) getInParameterName(OperationInfo op, Method method, int paramNumber) getInPartName(OperationInfo op, Method method, int paramNumber) getOperationName(InterfaceInfo intf, Method method) Creates a name for the operation from the method name.getOutParameterName(OperationInfo op, Method method, int paramNumber) getOutPartName(OperationInfo op, Method method, int paramNumber) Class<?>getRequestWrapper(Method selected) getRequestWrapperClassName(Method selected) getRequestWrapperName(OperationInfo op, Method method) getRequestWrapperPartName(OperationInfo op, Method method) Class<?>getResponseWrapper(Method selected) getResponseWrapperClassName(Method selected) getResponseWrapperName(OperationInfo op, Method method) getResponseWrapperPartName(OperationInfo op, Method method) getStyle()hasOutMessage(Method method) isInOutParam(Method method, int j) isOperation(Method method) isOutParam(Method method, int j) isWebMethod(Method method) voidsetServiceFactory(ReflectionServiceFactoryBean serviceFactory) Methods inherited from class org.apache.cxf.wsdl.service.factory.AbstractServiceConfiguration
getInputMessageName, getMEP, getOutputMessageName, getServiceFactory, getWrapperPartMaxOccurs, isAsync, isWrapperPartNillable, setServiceNamespace
-
Constructor Details
-
JaxWsServiceConfiguration
public JaxWsServiceConfiguration()
-
-
Method Details
-
setServiceFactory
- Overrides:
setServiceFactoryin classAbstractServiceConfiguration
-
getServiceName
- Overrides:
getServiceNamein classAbstractServiceConfiguration
-
getServiceNamespace
- Overrides:
getServiceNamespacein classAbstractServiceConfiguration
-
getEndpointName
- Overrides:
getEndpointNamein classAbstractServiceConfiguration
-
getInterfaceName
- Overrides:
getInterfaceNamein classAbstractServiceConfiguration
-
getWsdlURL
- Overrides:
getWsdlURLin classAbstractServiceConfiguration
-
getOperationName
Description copied from class:AbstractServiceConfigurationCreates a name for the operation from the method name. If an operation with that name already exists, a name is create by appending an integer to the end. I.e. if there is already two methods nameddoSomething, the first one will have an operation name of "doSomething" and the second "doSomething1".- Overrides:
getOperationNamein classAbstractServiceConfiguration
-
isWebMethod
-
isOperation
- Overrides:
isOperationin classAbstractServiceConfiguration
-
getInPartName
- Overrides:
getInPartNamein classAbstractServiceConfiguration
-
getInParameterName
- Overrides:
getInParameterNamein classAbstractServiceConfiguration
-
getRequestWrapperPartName
- Overrides:
getRequestWrapperPartNamein classAbstractServiceConfiguration
-
getResponseWrapperPartName
- Overrides:
getResponseWrapperPartNamein classAbstractServiceConfiguration
-
getFaultMessageName
- Overrides:
getFaultMessageNamein classAbstractServiceConfiguration
-
getOutParameterName
- Overrides:
getOutParameterNamein classAbstractServiceConfiguration
-
getOutPartName
- Overrides:
getOutPartNamein classAbstractServiceConfiguration
-
isInParam
- Overrides:
isInParamin classAbstractServiceConfiguration
-
isOutParam
- Overrides:
isOutParamin classAbstractServiceConfiguration
-
isInOutParam
- Overrides:
isInOutParamin classAbstractServiceConfiguration
-
getRequestWrapperName
- Overrides:
getRequestWrapperNamein classAbstractServiceConfiguration
-
getResponseWrapperName
- Overrides:
getResponseWrapperNamein classAbstractServiceConfiguration
-
getResponseWrapper
- Overrides:
getResponseWrapperin classAbstractServiceConfiguration
-
getResponseWrapperClassName
- Overrides:
getResponseWrapperClassNamein classAbstractServiceConfiguration
-
getRequestWrapperClassName
- Overrides:
getRequestWrapperClassNamein classAbstractServiceConfiguration
-
getRequestWrapper
- Overrides:
getRequestWrapperin classAbstractServiceConfiguration
-
getFaultName
public QName getFaultName(InterfaceInfo service, OperationInfo o, Class<?> exClass, Class<?> beanClass) - Overrides:
getFaultNamein classAbstractServiceConfiguration
-
isWrapped
- Overrides:
isWrappedin classAbstractServiceConfiguration
-
isWrapped
- Overrides:
isWrappedin classAbstractServiceConfiguration
-
isHeader
- Overrides:
isHeaderin classAbstractServiceConfiguration
-
getStyle
- Overrides:
getStylein classAbstractServiceConfiguration
-
isRPC
- Overrides:
isRPCin classAbstractServiceConfiguration
-
hasOutMessage
- Overrides:
hasOutMessagein classAbstractServiceConfiguration
-
getAction
- Overrides:
getActionin classAbstractServiceConfiguration
-
isHolder
- Overrides:
isHolderin classAbstractServiceConfiguration
-
getHolderType
- Overrides:
getHolderTypein classAbstractServiceConfiguration
-
isWrapperPartQualified
- Overrides:
isWrapperPartQualifiedin classAbstractServiceConfiguration
-
getWrapperPartMinOccurs
- Overrides:
getWrapperPartMinOccursin classAbstractServiceConfiguration
-