org.mule.module.cxf.config
Class WebServiceFactoryBean

java.lang.Object
  extended by org.mule.module.cxf.builder.AbstractInboundMessageProcessorBuilder
      extended by org.mule.module.cxf.builder.WebServiceMessageProcessorBuilder
          extended by org.mule.module.cxf.config.WebServiceFactoryBean
All Implemented Interfaces:
AnnotatedObject, FlowConstructAware, MuleContextAware, MessageProcessorBuilder, org.springframework.beans.factory.FactoryBean

public class WebServiceFactoryBean
extends WebServiceMessageProcessorBuilder
implements org.springframework.beans.factory.FactoryBean


Field Summary
 
Fields inherited from class org.mule.module.cxf.builder.WebServiceMessageProcessorBuilder
logger
 
Fields inherited from class org.mule.module.cxf.builder.AbstractInboundMessageProcessorBuilder
muleContext
 
Fields inherited from interface org.mule.api.AnnotatedObject
PROPERTY_NAME
 
Constructor Summary
WebServiceFactoryBean()
           
 
Method Summary
 Object getObject()
           
 Class<?> getObjectType()
           
 boolean isSingleton()
           
 
Methods inherited from class org.mule.module.cxf.builder.WebServiceMessageProcessorBuilder
createInvoker, createServerFactory, getAddress, getDatabinding, getFrontend, getServiceClass, getTargetClass, isProxy, setDatabinding, setFlowConstruct, setFrontend, setServiceClass
 
Methods inherited from class org.mule.module.cxf.builder.AbstractInboundMessageProcessorBuilder
addIgnoredMethods, build, configureMessageProcessor, configureServer, getAnnotation, getAnnotations, getBindingId, getConfiguration, getFeatures, getInFaultInterceptors, getInInterceptors, getMtomEnabled, getNamespace, getOutFaultInterceptors, getOutInterceptors, getPort, getProperties, getSchemaLocations, getServer, getService, getSoapVersion, getWsdlLocation, getWSDLQueryHandler, isEnableMuleSoapHeaders, isValidationEnabled, setAddProperties, setAnnotations, setBindingId, setConfiguration, setEnableMuleSoapHeaders, setFeatures, setInFaultInterceptors, setInInterceptors, setMtomEnabled, setMuleContext, setNamespace, setOutFaultInterceptors, setOutInterceptors, setPort, setProperties, setSchemaLocations, setService, setSoapVersion, setValidationEnabled, setWsdlLocation, setWsSecurity
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebServiceFactoryBean

public WebServiceFactoryBean()
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-2014 MuleSoft, Inc.. All Rights Reserved.