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
 javax.xml.namespace.QName getEndpointName()
           
 java.lang.String getServiceName()
           
 java.lang.String getServiceNamespace()
           
 java.lang.String getWsdlURL()
           
 java.lang.Boolean isOperation(java.lang.reflect.Method method)
           
 java.lang.Boolean isWrapped(java.lang.reflect.Method m)
           
 void setServiceFactory(ReflectionServiceFactoryBean serviceFactory)
           
 
Methods inherited from class org.apache.cxf.jaxws.support.JaxWsServiceConfiguration
getAction, getFaultName, getHolderType, getInParameterName, getInPartName, getInterfaceName, getOperationName, getOutParameterName, getOutPartName, getRequestWrapper, getRequestWrapperClassName, getRequestWrapperName, getResponseWrapper, getResponseWrapperClassName, getResponseWrapperName, getResponseWrapperPartName, getStyle, hasOutMessage, isHeader, isHolder, isInParam, isOutParam, isRPC, isWebMethod, isWrapped, isWrapperPartQualified
 
Methods inherited from class org.apache.cxf.service.factory.AbstractServiceConfiguration
getInputMessageName, getMEP, getOutputMessageName, getServiceFactory, getWrapperPartMaxOccurs, getWrapperPartMinOccurs, 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 java.lang.Boolean isOperation(java.lang.reflect.Method method)
Overrides:
isOperation in class JaxWsServiceConfiguration

setServiceFactory

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

getServiceName

public java.lang.String getServiceName()
Overrides:
getServiceName in class JaxWsServiceConfiguration

getServiceNamespace

public java.lang.String getServiceNamespace()
Overrides:
getServiceNamespace in class JaxWsServiceConfiguration

getEndpointName

public javax.xml.namespace.QName getEndpointName()
Overrides:
getEndpointName in class JaxWsServiceConfiguration

getWsdlURL

public java.lang.String getWsdlURL()
Overrides:
getWsdlURL in class JaxWsServiceConfiguration

isWrapped

public java.lang.Boolean isWrapped(java.lang.reflect.Method m)
Overrides:
isWrapped in class JaxWsServiceConfiguration


Apache CXF