Package org.apache.cxf.jaxws.support
Class WebServiceProviderConfiguration
- java.lang.Object
-
- org.apache.cxf.wsdl.service.factory.AbstractServiceConfiguration
-
- org.apache.cxf.jaxws.support.JaxWsServiceConfiguration
-
- org.apache.cxf.jaxws.support.WebServiceProviderConfiguration
-
public class WebServiceProviderConfiguration extends JaxWsServiceConfiguration
-
-
Constructor Summary
Constructors Constructor Description WebServiceProviderConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QNamegetEndpointName()StringgetServiceName()StringgetServiceNamespace()StringgetWsdlURL()BooleanisOperation(Method method)BooleanisWrapped(Method m)voidsetServiceFactory(org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean serviceFactory)-
Methods inherited from class org.apache.cxf.jaxws.support.JaxWsServiceConfiguration
getAction, getFaultMessageName, getFaultName, getHolderType, getInParameterName, getInPartName, getInterfaceName, getOperationName, getOutParameterName, getOutPartName, getRequestWrapper, getRequestWrapperClassName, getRequestWrapperName, getRequestWrapperPartName, getResponseWrapper, getResponseWrapperClassName, getResponseWrapperName, getResponseWrapperPartName, getStyle, getWrapperPartMinOccurs, hasOutMessage, isHeader, isHolder, isInOutParam, isInParam, isOutParam, isRPC, isWebMethod, isWrapped, isWrapperPartQualified
-
-
-
-
Method Detail
-
isOperation
public Boolean isOperation(Method method)
- Overrides:
isOperationin classJaxWsServiceConfiguration
-
setServiceFactory
public void setServiceFactory(org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean serviceFactory)
- Overrides:
setServiceFactoryin classJaxWsServiceConfiguration
-
getServiceName
public String getServiceName()
- Overrides:
getServiceNamein classJaxWsServiceConfiguration
-
getServiceNamespace
public String getServiceNamespace()
- Overrides:
getServiceNamespacein classJaxWsServiceConfiguration
-
getEndpointName
public QName getEndpointName()
- Overrides:
getEndpointNamein classJaxWsServiceConfiguration
-
getWsdlURL
public String getWsdlURL()
- Overrides:
getWsdlURLin classJaxWsServiceConfiguration
-
isWrapped
public Boolean isWrapped(Method m)
- Overrides:
isWrappedin classJaxWsServiceConfiguration
-
-