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
public class JaxWsServiceConfiguration extends AbstractServiceConfiguration
-
-
Field Summary
-
Fields inherited from class org.apache.cxf.wsdl.service.factory.AbstractServiceConfiguration
serviceNamespace
-
-
Constructor Summary
Constructors Constructor Description JaxWsServiceConfiguration()
-
Method Summary
-
Methods inherited from class org.apache.cxf.wsdl.service.factory.AbstractServiceConfiguration
getInputMessageName, getMEP, getOutputMessageName, getServiceFactory, getWrapperPartMaxOccurs, isAsync, isWrapperPartNillable, setServiceNamespace
-
-
-
-
Method Detail
-
setServiceFactory
public void setServiceFactory(ReflectionServiceFactoryBean serviceFactory)
- Overrides:
setServiceFactoryin classAbstractServiceConfiguration
-
getServiceName
public String getServiceName()
- Overrides:
getServiceNamein classAbstractServiceConfiguration
-
getServiceNamespace
public String getServiceNamespace()
- Overrides:
getServiceNamespacein classAbstractServiceConfiguration
-
getEndpointName
public QName getEndpointName()
- Overrides:
getEndpointNamein classAbstractServiceConfiguration
-
getInterfaceName
public QName getInterfaceName()
- Overrides:
getInterfaceNamein classAbstractServiceConfiguration
-
getWsdlURL
public String getWsdlURL()
- Overrides:
getWsdlURLin classAbstractServiceConfiguration
-
getOperationName
public QName getOperationName(InterfaceInfo intf, Method method)
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
-
isOperation
public Boolean isOperation(Method method)
- Overrides:
isOperationin classAbstractServiceConfiguration
-
getInPartName
public QName getInPartName(OperationInfo op, Method method, int paramNumber)
- Overrides:
getInPartNamein classAbstractServiceConfiguration
-
getInParameterName
public QName getInParameterName(OperationInfo op, Method method, int paramNumber)
- Overrides:
getInParameterNamein classAbstractServiceConfiguration
-
getRequestWrapperPartName
public String getRequestWrapperPartName(OperationInfo op, Method method)
- Overrides:
getRequestWrapperPartNamein classAbstractServiceConfiguration
-
getResponseWrapperPartName
public String getResponseWrapperPartName(OperationInfo op, Method method)
- Overrides:
getResponseWrapperPartNamein classAbstractServiceConfiguration
-
getFaultMessageName
public String getFaultMessageName(OperationInfo op, Class<?> exClass, Class<?> beanClass)
- Overrides:
getFaultMessageNamein classAbstractServiceConfiguration
-
getOutParameterName
public QName getOutParameterName(OperationInfo op, Method method, int paramNumber)
- Overrides:
getOutParameterNamein classAbstractServiceConfiguration
-
getOutPartName
public QName getOutPartName(OperationInfo op, Method method, int paramNumber)
- Overrides:
getOutPartNamein classAbstractServiceConfiguration
-
isInParam
public Boolean isInParam(Method method, int j)
- Overrides:
isInParamin classAbstractServiceConfiguration
-
isOutParam
public Boolean isOutParam(Method method, int j)
- Overrides:
isOutParamin classAbstractServiceConfiguration
-
isInOutParam
public Boolean isInOutParam(Method method, int j)
- Overrides:
isInOutParamin classAbstractServiceConfiguration
-
getRequestWrapperName
public QName getRequestWrapperName(OperationInfo op, Method method)
- Overrides:
getRequestWrapperNamein classAbstractServiceConfiguration
-
getResponseWrapperName
public QName getResponseWrapperName(OperationInfo op, Method method)
- Overrides:
getResponseWrapperNamein classAbstractServiceConfiguration
-
getResponseWrapper
public Class<?> getResponseWrapper(Method selected)
- Overrides:
getResponseWrapperin classAbstractServiceConfiguration
-
getResponseWrapperClassName
public String getResponseWrapperClassName(Method selected)
- Overrides:
getResponseWrapperClassNamein classAbstractServiceConfiguration
-
getRequestWrapperClassName
public String getRequestWrapperClassName(Method selected)
- Overrides:
getRequestWrapperClassNamein classAbstractServiceConfiguration
-
getRequestWrapper
public Class<?> getRequestWrapper(Method selected)
- Overrides:
getRequestWrapperin classAbstractServiceConfiguration
-
getFaultName
public QName getFaultName(InterfaceInfo service, OperationInfo o, Class<?> exClass, Class<?> beanClass)
- Overrides:
getFaultNamein classAbstractServiceConfiguration
-
isWrapped
public Boolean isWrapped(Method m)
- Overrides:
isWrappedin classAbstractServiceConfiguration
-
isWrapped
public Boolean isWrapped()
- Overrides:
isWrappedin classAbstractServiceConfiguration
-
isHeader
public Boolean isHeader(Method method, int j)
- Overrides:
isHeaderin classAbstractServiceConfiguration
-
getStyle
public String getStyle()
- Overrides:
getStylein classAbstractServiceConfiguration
-
isRPC
public Boolean isRPC(Method method)
- Overrides:
isRPCin classAbstractServiceConfiguration
-
hasOutMessage
public Boolean hasOutMessage(Method method)
- Overrides:
hasOutMessagein classAbstractServiceConfiguration
-
getAction
public String getAction(OperationInfo op, Method method)
- Overrides:
getActionin classAbstractServiceConfiguration
-
isHolder
public Boolean isHolder(Class<?> cls, Type type)
- Overrides:
isHolderin classAbstractServiceConfiguration
-
getHolderType
public Type getHolderType(Class<?> cls, Type type)
- Overrides:
getHolderTypein classAbstractServiceConfiguration
-
isWrapperPartQualified
public Boolean isWrapperPartQualified(MessagePartInfo mpi)
- Overrides:
isWrapperPartQualifiedin classAbstractServiceConfiguration
-
getWrapperPartMinOccurs
public Long getWrapperPartMinOccurs(MessagePartInfo mpi)
- Overrides:
getWrapperPartMinOccursin classAbstractServiceConfiguration
-
-