Class WSDLBasedServiceConfiguration
- java.lang.Object
-
- org.apache.cxf.wsdl.service.factory.AbstractServiceConfiguration
-
- org.apache.cxf.wsdl.service.factory.WSDLBasedServiceConfiguration
-
public class WSDLBasedServiceConfiguration extends AbstractServiceConfiguration
An AbstractServiceConfiguration that gets the style from the BindingInfo obtained parsing the WSDL.
-
-
Field Summary
-
Fields inherited from class org.apache.cxf.wsdl.service.factory.AbstractServiceConfiguration
serviceNamespace
-
-
Constructor Summary
Constructors Constructor Description WSDLBasedServiceConfiguration(org.apache.cxf.service.model.BindingInfo bi)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetStyle()-
Methods inherited from class org.apache.cxf.wsdl.service.factory.AbstractServiceConfiguration
getAction, getEndpointName, getFaultMessageName, getFaultName, getHolderType, getInParameterName, getInPartName, getInputMessageName, getInterfaceName, getMEP, getOperationName, getOutParameterName, getOutPartName, getOutputMessageName, getRequestWrapper, getRequestWrapperClassName, getRequestWrapperName, getRequestWrapperPartName, getResponseWrapper, getResponseWrapperClassName, getResponseWrapperName, getResponseWrapperPartName, getServiceFactory, getServiceName, getServiceNamespace, getWrapperPartMaxOccurs, getWrapperPartMinOccurs, getWsdlURL, hasOutMessage, isAsync, isHeader, isHolder, isInOutParam, isInParam, isOperation, isOutParam, isRPC, isWrapped, isWrapped, isWrapperPartNillable, isWrapperPartQualified, setServiceFactory, setServiceNamespace
-
-
-
-
Method Detail
-
getStyle
public String getStyle()
- Overrides:
getStylein classAbstractServiceConfiguration
-
-