org.apache.cxf.jaxws.support
Class WebServiceProviderConfiguration
java.lang.Object
org.apache.cxf.service.factory.AbstractServiceConfiguration
org.apache.cxf.jaxws.support.JaxWsServiceConfiguration
org.apache.cxf.jaxws.support.WebServiceProviderConfiguration
public class WebServiceProviderConfiguration
- extends JaxWsServiceConfiguration
| Fields inherited from class org.apache.cxf.service.factory.AbstractServiceConfiguration |
serviceNamespace |
| 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 |
| 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 |
WebServiceProviderConfiguration
public WebServiceProviderConfiguration()
isOperation
public java.lang.Boolean isOperation(java.lang.reflect.Method method)
- Overrides:
isOperation in class JaxWsServiceConfiguration
setServiceFactory
public void setServiceFactory(org.apache.cxf.service.factory.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