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(org.apache.cxf.service.model.InterfaceInfo service, org.apache.cxf.service.model.OperationInfo o, Class<?> exClass, Class<?> beanClass) Class<?>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) getWrapperPartMaxOccurs(org.apache.cxf.service.model.MessagePartInfo mpi) getWrapperPartMinOccurs(org.apache.cxf.service.model.MessagePartInfo mpi) isOperation(Method method) isOutParam(Method method, int j) isWrapperPartNillable(org.apache.cxf.service.model.MessagePartInfo mpi) 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(org.apache.cxf.service.model.InterfaceInfo service, org.apache.cxf.service.model.OperationInfo o, Class<?> exClass, Class<?> beanClass) - Overrides:
getFaultNamein classAbstractServiceConfiguration
-
getInPartName
public QName getInPartName(org.apache.cxf.service.model.OperationInfo op, Method method, int paramNumber) - Overrides:
getInPartNamein classAbstractServiceConfiguration
-
getOutPartName
public QName getOutPartName(org.apache.cxf.service.model.OperationInfo op, Method method, int paramNumber) - Overrides:
getOutPartNamein classAbstractServiceConfiguration
-
getInParameterName
public QName getInParameterName(org.apache.cxf.service.model.OperationInfo op, Method method, int paramNumber) - Overrides:
getInParameterNamein classAbstractServiceConfiguration
-
getInputMessageName
- Overrides:
getInputMessageNamein classAbstractServiceConfiguration
-
getOutParameterName
public QName getOutParameterName(org.apache.cxf.service.model.OperationInfo op, Method method, int paramNumber) - 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
-