org.mule.module.cxf.config
Class SimpleClientFactoryBean

java.lang.Object
  extended by org.mule.module.cxf.builder.AbstractOutboundMessageProcessorBuilder
      extended by org.mule.module.cxf.builder.AbstractClientMessageProcessorBuilder
          extended by org.mule.module.cxf.builder.SimpleClientMessageProcessorBuilder
              extended by org.mule.module.cxf.config.SimpleClientFactoryBean
All Implemented Interfaces:
MuleContextAware, MessageProcessorBuilder, org.springframework.beans.factory.FactoryBean

public class SimpleClientFactoryBean
extends SimpleClientMessageProcessorBuilder
implements org.springframework.beans.factory.FactoryBean


Field Summary
 
Fields inherited from class org.mule.module.cxf.builder.AbstractClientMessageProcessorBuilder
serviceClass
 
Fields inherited from class org.mule.module.cxf.builder.AbstractOutboundMessageProcessorBuilder
address, client, configuration, databinding, decoupledEndpoint, defaultMethod, defaultMethodName, enableMuleSoapHeaders, features, inFaultInterceptors, inInterceptors, mtomEnabled, muleContext, operation, outFaultInterceptors, outInterceptors, payloadToArguments, properties, soapVersion, wsdlLocation
 
Constructor Summary
SimpleClientFactoryBean()
           
 
Method Summary
 Object getObject()
           
 Class<?> getObjectType()
           
 boolean isSingleton()
           
 
Methods inherited from class org.mule.module.cxf.builder.SimpleClientMessageProcessorBuilder
createClient
 
Methods inherited from class org.mule.module.cxf.builder.AbstractClientMessageProcessorBuilder
configureClient, getServiceClass, setServiceClass
 
Methods inherited from class org.mule.module.cxf.builder.AbstractOutboundMessageProcessorBuilder
addMuleInterceptors, build, configureMessageProcessor, createClientFromLocalServer, createMessageProcessor, getAddress, getBus, getClient, getConfiguration, getDatabinding, getDecoupledEndpoint, getFeatures, getInFaultInterceptors, getInInterceptors, getOperation, getOutFaultInterceptors, getOutInterceptors, getPayloadToArguments, getProperties, getSoapVersion, getWsdlLocation, isEnableMuleSoapHeaders, isMtomEnabled, setAddProperties, setAddress, setConfiguration, setDatabinding, setDecoupledEndpoint, setEnableMuleSoapHeaders, setFeatures, setInFaultInterceptors, setInInterceptors, setMtomEnabled, setMuleContext, setOperation, setOutFaultInterceptors, setOutInterceptors, setPayloadToArguments, setProperties, setSoapVersion, setWsdlLocation, setWsSecurity
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleClientFactoryBean

public SimpleClientFactoryBean()
Method Detail

getObject

public Object getObject()
                 throws Exception
Specified by:
getObject in interface org.springframework.beans.factory.FactoryBean
Throws:
Exception

getObjectType

public Class<?> getObjectType()
Specified by:
getObjectType in interface org.springframework.beans.factory.FactoryBean

isSingleton

public boolean isSingleton()
Specified by:
isSingleton in interface org.springframework.beans.factory.FactoryBean


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