public class WebServiceProviderConfiguration extends JaxWsServiceConfiguration
serviceNamespace| Constructor and Description |
|---|
WebServiceProviderConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
QName |
getEndpointName() |
String |
getServiceName() |
String |
getServiceNamespace() |
String |
getWsdlURL() |
Boolean |
isOperation(Method method) |
Boolean |
isWrapped(Method m) |
void |
setServiceFactory(ReflectionServiceFactoryBean serviceFactory) |
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, isWrapperPartQualifiedgetInputMessageName, getMEP, getOutputMessageName, getServiceFactory, getWrapperPartMaxOccurs, isAsync, isWrapperPartNillable, setServiceNamespacepublic Boolean isOperation(Method method)
isOperation in class JaxWsServiceConfigurationpublic void setServiceFactory(ReflectionServiceFactoryBean serviceFactory)
setServiceFactory in class JaxWsServiceConfigurationpublic String getServiceName()
getServiceName in class JaxWsServiceConfigurationpublic String getServiceNamespace()
getServiceNamespace in class JaxWsServiceConfigurationpublic QName getEndpointName()
getEndpointName in class JaxWsServiceConfigurationpublic String getWsdlURL()
getWsdlURL in class JaxWsServiceConfigurationpublic Boolean isWrapped(Method m)
isWrapped in class JaxWsServiceConfigurationApache CXF