Class DefaultServiceConfiguration
java.lang.Object
org.apache.cxf.wsdl.service.factory.AbstractServiceConfiguration
org.apache.cxf.wsdl.service.factory.DefaultServiceConfiguration
-
Field Summary
Fields inherited from class org.apache.cxf.wsdl.service.factory.AbstractServiceConfiguration
serviceNamespace -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringcreateName(Method method, int paramNumber, int currentSize, boolean addMethodName, String flow) getFaultName(InterfaceInfo service, OperationInfo o, Class<?> exClass, Class<?> beanClass) Class<?>getHolderType(Class<?> cls, Type type) getInParameterName(OperationInfo op, Method method, int paramNumber) getInPartName(OperationInfo op, Method method, int paramNumber) getInputMessageName(OperationInfo op, Method method) getOperationName(InterfaceInfo service, 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) getOutputMessageName(OperationInfo op, Method method) isOperation(Method method) isOutParam(Method method, int j) Methods inherited from class org.apache.cxf.wsdl.service.factory.AbstractServiceConfiguration
getAction, getFaultMessageName, getMEP, getRequestWrapper, getRequestWrapperClassName, getRequestWrapperName, getRequestWrapperPartName, getResponseWrapper, getResponseWrapperClassName, getResponseWrapperName, getResponseWrapperPartName, getServiceFactory, getStyle, getWsdlURL, isInOutParam, isRPC, isWrapped, isWrapperPartQualified, setServiceFactory, setServiceNamespace
-
Constructor Details
-
DefaultServiceConfiguration
public DefaultServiceConfiguration()
-
-
Method Details
-
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
-
getFaultName
public QName getFaultName(InterfaceInfo service, OperationInfo o, Class<?> exClass, Class<?> beanClass) - Overrides:
getFaultNamein classAbstractServiceConfiguration
-
getInPartName
- Overrides:
getInPartNamein classAbstractServiceConfiguration
-
getOutPartName
- Overrides:
getOutPartNamein classAbstractServiceConfiguration
-
getInParameterName
- Overrides:
getInParameterNamein classAbstractServiceConfiguration
-
getInputMessageName
- Overrides:
getInputMessageNamein classAbstractServiceConfiguration
-
getOutParameterName
- Overrides:
getOutParameterNamein classAbstractServiceConfiguration
-
createName
-
getOutputMessageName
- Overrides:
getOutputMessageNamein classAbstractServiceConfiguration
-
getInterfaceName
- Overrides:
getInterfaceNamein classAbstractServiceConfiguration
-
getEndpointName
- Overrides:
getEndpointNamein classAbstractServiceConfiguration
-
getServiceName
- Overrides:
getServiceNamein classAbstractServiceConfiguration
-
getServiceNamespace
- Overrides:
getServiceNamespacein classAbstractServiceConfiguration
-
hasOutMessage
- Overrides:
hasOutMessagein classAbstractServiceConfiguration
-
isAsync
- Overrides:
isAsyncin classAbstractServiceConfiguration
-
isHeader
- Overrides:
isHeaderin classAbstractServiceConfiguration
-
isInParam
- Overrides:
isInParamin classAbstractServiceConfiguration
-
isOperation
- Overrides:
isOperationin classAbstractServiceConfiguration
-
isOutParam
- Overrides:
isOutParamin classAbstractServiceConfiguration
-
isWrapped
- Overrides:
isWrappedin classAbstractServiceConfiguration
-
isHolder
- Overrides:
isHolderin classAbstractServiceConfiguration
-
getHolderType
- Overrides:
getHolderTypein classAbstractServiceConfiguration
-
isWrapperPartNillable
- Overrides:
isWrapperPartNillablein classAbstractServiceConfiguration
-
getWrapperPartMaxOccurs
- Overrides:
getWrapperPartMaxOccursin classAbstractServiceConfiguration
-
getWrapperPartMinOccurs
- Overrides:
getWrapperPartMinOccursin classAbstractServiceConfiguration
-