Uses of Class
org.mule.module.cxf.CxfConfiguration

Packages that use CxfConfiguration
org.mule.module.cxf   
org.mule.module.cxf.builder   
org.mule.module.cxf.transport   
 

Uses of CxfConfiguration in org.mule.module.cxf
 

Methods in org.mule.module.cxf that return CxfConfiguration
static CxfConfiguration CxfConfiguration.getConfiguration(MuleContext muleContext)
           
 

Uses of CxfConfiguration in org.mule.module.cxf.builder
 

Fields in org.mule.module.cxf.builder declared as CxfConfiguration
protected  CxfConfiguration AbstractOutboundMessageProcessorBuilder.configuration
           
 

Methods in org.mule.module.cxf.builder that return CxfConfiguration
 CxfConfiguration AbstractInboundMessageProcessorBuilder.getConfiguration()
           
 CxfConfiguration AbstractOutboundMessageProcessorBuilder.getConfiguration()
           
 

Methods in org.mule.module.cxf.builder with parameters of type CxfConfiguration
 void AbstractInboundMessageProcessorBuilder.setConfiguration(CxfConfiguration configuration)
           
 void AbstractOutboundMessageProcessorBuilder.setConfiguration(CxfConfiguration configuration)
           
 

Uses of CxfConfiguration in org.mule.module.cxf.transport
 

Methods in org.mule.module.cxf.transport that return CxfConfiguration
protected  CxfConfiguration MuleUniversalConduit.getConnector()
           
 CxfConfiguration MuleUniversalTransport.getConnector()
           
 

Constructors in org.mule.module.cxf.transport with parameters of type CxfConfiguration
MuleUniversalConduit(MuleUniversalTransport transport, CxfConfiguration configuration, org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.ws.addressing.EndpointReferenceType t)
           
MuleUniversalTransport(CxfConfiguration connector)
           
 



Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.