Class AbstractServiceConfiguration
java.lang.Object
org.apache.cxf.wsdl.service.factory.AbstractServiceConfiguration
- Direct Known Subclasses:
DefaultServiceConfiguration,MethodNameSoapActionServiceConfiguration,WSDLBasedServiceConfiguration
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFaultMessageName(org.apache.cxf.service.model.OperationInfo op, Class<?> exClass, Class<?> beanClass) getFaultName(org.apache.cxf.service.model.InterfaceInfo service, org.apache.cxf.service.model.OperationInfo o, Class<?> exClass, Class<?> beanClass) getHolderType(Class<?> cls, Type type) getInParameterName(org.apache.cxf.service.model.OperationInfo op, Method method, int paramNumber) getInPartName(org.apache.cxf.service.model.OperationInfo op, Method method, int paramNumber) getInputMessageName(org.apache.cxf.service.model.OperationInfo op, Method method) getOperationName(org.apache.cxf.service.model.InterfaceInfo service, Method method) Creates a name for the operation from the method name.getOutParameterName(org.apache.cxf.service.model.OperationInfo op, Method method, int paramNumber) getOutPartName(org.apache.cxf.service.model.OperationInfo op, Method method, int paramNumber) getOutputMessageName(org.apache.cxf.service.model.OperationInfo op, Method method) Class<?>getRequestWrapper(Method selected) getRequestWrapperClassName(Method selected) getRequestWrapperName(org.apache.cxf.service.model.OperationInfo op, Method method) getRequestWrapperPartName(org.apache.cxf.service.model.OperationInfo op, Method method) Class<?>getResponseWrapper(Method selected) getResponseWrapperClassName(Method selected) getResponseWrapperName(org.apache.cxf.service.model.OperationInfo op, Method method) getResponseWrapperPartName(org.apache.cxf.service.model.OperationInfo op, Method method) getStyle()getWrapperPartMaxOccurs(org.apache.cxf.service.model.MessagePartInfo mpi) getWrapperPartMinOccurs(org.apache.cxf.service.model.MessagePartInfo mpi) isInOutParam(Method method, int j) isOperation(Method method) isOutParam(Method method, int j) isWrapperPartNillable(org.apache.cxf.service.model.MessagePartInfo mpi) isWrapperPartQualified(org.apache.cxf.service.model.MessagePartInfo mpi) voidsetServiceFactory(ReflectionServiceFactoryBean serviceFactory) void
-
Field Details
-
serviceNamespace
-
-
Constructor Details
-
AbstractServiceConfiguration
public AbstractServiceConfiguration()
-
-
Method Details
-
getServiceFactory
-
setServiceFactory
-
getWsdlURL
-
getServiceName
-
getServiceNamespace
-
setServiceNamespace
-
isOperation
-
getStyle
-
isWrapped
-
isWrapped
-
isOutParam
-
isInParam
-
isInOutParam
-
getInputMessageName
-
getOutputMessageName
-
hasOutMessage
-
getFaultName
-
getAction
-
isHeader
-
getOperationName
Creates 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".- Parameters:
service-method-
-
getMEP
-
isAsync
-
getInParameterName
-
getOutParameterName
-
getInPartName
-
getOutPartName
-
getInterfaceName
-
getEndpointName
-
getRequestWrapperName
-
getResponseWrapperName
-
getResponseWrapperPartName
-
getRequestWrapperPartName
-
getResponseWrapper
-
getRequestWrapper
-
getResponseWrapperClassName
-
getRequestWrapperClassName
-
isRPC
-
isHolder
-
getHolderType
-
isWrapperPartNillable
-
isWrapperPartQualified
-
getWrapperPartMaxOccurs
-
getWrapperPartMinOccurs
-
getFaultMessageName
-