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, isInOutParam, isInParam, isOutParam, isRPC, isWebMethod, isWrapped, isWrapperPartQualified
getInputMessageName, getMEP, getOutputMessageName, getServiceFactory, getWrapperPartMaxOccurs, isAsync, isWrapperPartNillable, setServiceNamespace
public Boolean isOperation(Method method)
isOperation
in class JaxWsServiceConfiguration
public void setServiceFactory(ReflectionServiceFactoryBean serviceFactory)
setServiceFactory
in class JaxWsServiceConfiguration
public String getServiceName()
getServiceName
in class JaxWsServiceConfiguration
public String getServiceNamespace()
getServiceNamespace
in class JaxWsServiceConfiguration
public QName getEndpointName()
getEndpointName
in class JaxWsServiceConfiguration
public String getWsdlURL()
getWsdlURL
in class JaxWsServiceConfiguration
public Boolean isWrapped(Method m)
isWrapped
in class JaxWsServiceConfiguration
Apache CXF