Apache CXF API

org.apache.cxf.jaxws.support
Class WebServiceProviderConfiguration

java.lang.Object
  extended by org.apache.cxf.service.factory.AbstractServiceConfiguration
      extended by org.apache.cxf.jaxws.support.JaxWsServiceConfiguration
          extended by org.apache.cxf.jaxws.support.WebServiceProviderConfiguration

public class WebServiceProviderConfiguration
extends JaxWsServiceConfiguration


Field Summary
 
Fields inherited from class org.apache.cxf.service.factory.AbstractServiceConfiguration
serviceNamespace
 
Constructor Summary
WebServiceProviderConfiguration()
           
 
Method Summary
 QName getEndpointName()
           
 String getServiceName()
           
 String getServiceNamespace()
           
 String getWsdlURL()
           
 Boolean isOperation(Method method)
           
 Boolean isWrapped(Method m)
           
 void setServiceFactory(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, isInParam, isOutParam, isRPC, isWebMethod, isWrapped, isWrapperPartQualified
 
Methods inherited from class org.apache.cxf.service.factory.AbstractServiceConfiguration
getInputMessageName, getMEP, getOutputMessageName, getServiceFactory, getWrapperPartMaxOccurs, isAsync, isWrapperPartNillable, setServiceNamespace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebServiceProviderConfiguration

public WebServiceProviderConfiguration()
Method Detail

isOperation

public Boolean isOperation(Method method)
Overrides:
isOperation in class JaxWsServiceConfiguration

setServiceFactory

public void setServiceFactory(ReflectionServiceFactoryBean serviceFactory)
Overrides:
setServiceFactory in class JaxWsServiceConfiguration

getServiceName

public String getServiceName()
Overrides:
getServiceName in class JaxWsServiceConfiguration

getServiceNamespace

public String getServiceNamespace()
Overrides:
getServiceNamespace in class JaxWsServiceConfiguration

getEndpointName

public QName getEndpointName()
Overrides:
getEndpointName in class JaxWsServiceConfiguration

getWsdlURL

public String getWsdlURL()
Overrides:
getWsdlURL in class JaxWsServiceConfiguration

isWrapped

public Boolean isWrapped(Method m)
Overrides:
isWrapped in class JaxWsServiceConfiguration

Apache CXF API

Apache CXF