org.mule.transport.cxf.support
Class ProxyServiceConfiguration

java.lang.Object
  extended by org.apache.cxf.service.factory.AbstractServiceConfiguration
      extended by org.apache.cxf.service.factory.DefaultServiceConfiguration
          extended by org.mule.transport.cxf.support.ProxyServiceConfiguration

public class ProxyServiceConfiguration
extends org.apache.cxf.service.factory.DefaultServiceConfiguration


Field Summary
 
Fields inherited from class org.apache.cxf.service.factory.AbstractServiceConfiguration
serviceNamespace
 
Constructor Summary
ProxyServiceConfiguration()
           
 
Method Summary
 QName getEndpointName()
          Override to use port name from service definition in WSDL when we are doing WSDL-first.
 
Methods inherited from class org.apache.cxf.service.factory.DefaultServiceConfiguration
createName, getFaultName, getHolderType, getInParameterName, getInPartName, getInputMessageName, getInterfaceName, getOperationName, getOutParameterName, getOutPartName, getOutputMessageName, getServiceName, getServiceNamespace, getWrapperPartMaxOccurs, getWrapperPartMinOccurs, hasOutMessage, isAsync, isHeader, isHolder, isInParam, isOperation, isOutParam, isWrapped, isWrapperPartNillable
 
Methods inherited from class org.apache.cxf.service.factory.AbstractServiceConfiguration
getAction, getMEP, getRequestWrapper, getRequestWrapperClassName, getRequestWrapperName, getResponseWrapper, getResponseWrapperClassName, getResponseWrapperName, getResponseWrapperPartName, getServiceFactory, getStyle, getWsdlURL, isRPC, isWrapped, isWrapperPartQualified, setServiceFactory, setServiceNamespace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProxyServiceConfiguration

public ProxyServiceConfiguration()
Method Detail

getEndpointName

public QName getEndpointName()
Override to use port name from service definition in WSDL when we are doing WSDL-first. This is required so that CXF's internal endpointName and port name match and a CXF Service gets created. See: https://issues.apache.org/jira/browse/CXF-1920 http://fisheye6.atlassian.com/changelog/cxf?cs=737994

Overrides:
getEndpointName in class org.apache.cxf.service.factory.DefaultServiceConfiguration


Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.