org.mule.module.cxf.component
Class WebServiceWrapperComponent

java.lang.Object
  extended by org.mule.component.AbstractComponent
      extended by org.mule.module.cxf.component.AbstractWebServiceWrapperComponent
          extended by org.mule.module.cxf.component.WebServiceWrapperComponent
All Implemented Interfaces:
AnnotatedObject, Component, FlowConstructAware, MuleContextAware, Disposable, Initialisable, Lifecycle, Startable, Stoppable, MessageProcessor

Deprecated.

@Deprecated
public class WebServiceWrapperComponent
extends AbstractWebServiceWrapperComponent


Field Summary
 
Fields inherited from class org.mule.module.cxf.component.AbstractWebServiceWrapperComponent
address, addressFromMessage, logger, WS_SERVICE_URL
 
Fields inherited from class org.mule.component.AbstractComponent
flowConstruct, interceptorChain, interceptors, lifecycleManager, muleContext, notificationHandler, statistics
 
Fields inherited from interface org.mule.api.lifecycle.Initialisable
PHASE_NAME
 
Fields inherited from interface org.mule.api.lifecycle.Startable
PHASE_NAME
 
Fields inherited from interface org.mule.api.lifecycle.Stoppable
PHASE_NAME
 
Fields inherited from interface org.mule.api.lifecycle.Disposable
PHASE_NAME
 
Fields inherited from interface org.mule.api.AnnotatedObject
PROPERTY_NAME
 
Constructor Summary
WebServiceWrapperComponent()
          Deprecated.  
 
Method Summary
protected  MuleMessage doInvoke(MuleEvent event)
          Deprecated.  
 String getOperation()
          Deprecated.  
 String getWsdlPort()
          Deprecated.  
 void setOperation(String operation)
          Deprecated.  
 void setWsdlPort(String wsdlPort)
          Deprecated.  
 
Methods inherited from class org.mule.module.cxf.component.AbstractWebServiceWrapperComponent
doInitialise, getAddress, isAddressFromMessage, setAddress, setAddressFromMessage
 
Methods inherited from class org.mule.component.AbstractComponent
createResultEvent, dispose, doDispose, doStart, doStop, fireComponentNotification, getAnnotation, getAnnotations, getFlowConstruct, getInterceptors, getName, getStatistics, initialise, process, release, setAnnotations, setFlowConstruct, setInterceptors, setMuleContext, start, stop, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WebServiceWrapperComponent

public WebServiceWrapperComponent()
Deprecated. 
Method Detail

doInvoke

protected MuleMessage doInvoke(MuleEvent event)
                        throws Exception
Deprecated. 
Specified by:
doInvoke in class AbstractComponent
Throws:
Exception

getWsdlPort

public String getWsdlPort()
Deprecated. 

setWsdlPort

public void setWsdlPort(String wsdlPort)
Deprecated. 

getOperation

public String getOperation()
Deprecated. 

setOperation

public void setOperation(String operation)
Deprecated. 


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