org.apache.camel.component.cxf
Class WSDLServiceConfiguration

java.lang.Object
  extended by org.apache.cxf.service.factory.AbstractServiceConfiguration
      extended by org.apache.camel.component.cxf.WSDLServiceConfiguration

public class WSDLServiceConfiguration
extends org.apache.cxf.service.factory.AbstractServiceConfiguration

This class will help the WSDLServiceFactoryBean to look up the ServiceName and PortName from WSDL


Field Summary
 
Fields inherited from class org.apache.cxf.service.factory.AbstractServiceConfiguration
serviceNamespace
 
Constructor Summary
WSDLServiceConfiguration(WSDLServiceFactoryBean factoryBean)
           
 
Method Summary
protected  javax.wsdl.Definition getDefinition()
           
 javax.xml.namespace.QName getEndpointName()
           
protected  javax.xml.namespace.QName getEndpointQName()
           
 java.lang.String getServiceName()
           
 java.lang.String getServiceNamespace()
           
protected  javax.xml.namespace.QName getServiceQName()
           
 
Methods inherited from class org.apache.cxf.service.factory.AbstractServiceConfiguration
getAction, getFaultMessageName, getFaultName, getHolderType, getInParameterName, getInPartName, getInputMessageName, getInterfaceName, getMEP, getOperationName, getOutParameterName, getOutPartName, getOutputMessageName, getRequestWrapper, getRequestWrapperClassName, getRequestWrapperName, getRequestWrapperPartName, getResponseWrapper, getResponseWrapperClassName, getResponseWrapperName, getResponseWrapperPartName, getServiceFactory, getStyle, getWrapperPartMaxOccurs, getWrapperPartMinOccurs, getWsdlURL, hasOutMessage, isAsync, isHeader, isHolder, isInParam, isOperation, isOutParam, isRPC, isWrapped, isWrapped, isWrapperPartNillable, isWrapperPartQualified, setServiceFactory, setServiceNamespace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSDLServiceConfiguration

public WSDLServiceConfiguration(WSDLServiceFactoryBean factoryBean)
Method Detail

getDefinition

protected javax.wsdl.Definition getDefinition()

getServiceQName

protected javax.xml.namespace.QName getServiceQName()

getEndpointQName

protected javax.xml.namespace.QName getEndpointQName()

getServiceName

public java.lang.String getServiceName()
Overrides:
getServiceName in class org.apache.cxf.service.factory.AbstractServiceConfiguration

getServiceNamespace

public java.lang.String getServiceNamespace()
Overrides:
getServiceNamespace in class org.apache.cxf.service.factory.AbstractServiceConfiguration

getEndpointName

public javax.xml.namespace.QName getEndpointName()
Overrides:
getEndpointName in class org.apache.cxf.service.factory.AbstractServiceConfiguration


Apache CAMEL