org.mule.transport.cxf.component
Class WebServiceWrapperComponent

java.lang.Object
  extended by org.mule.component.AbstractComponent
      extended by org.mule.transport.soap.component.AbstractWebServiceWrapperComponent
          extended by org.mule.transport.cxf.component.WebServiceWrapperComponent
All Implemented Interfaces:
Component, Disposable, Initialisable, Lifecycle, Startable, Stoppable

public class WebServiceWrapperComponent
extends AbstractWebServiceWrapperComponent


Field Summary
 
Fields inherited from class org.mule.transport.soap.component.AbstractWebServiceWrapperComponent
address, addressFromMessage, logger, WS_SERVICE_URL
 
Fields inherited from class org.mule.component.AbstractComponent
disposed, disposing, initialised, notificationHandler, service, started, statistics, stopping
 
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
 
Constructor Summary
WebServiceWrapperComponent()
           
 
Method Summary
protected  MuleMessage doOnCall(MuleEvent event)
           
 String getOperation()
           
 String getWsdlPort()
           
 void setOperation(String operation)
           
 void setWsdlPort(String wsdlPort)
           
 
Methods inherited from class org.mule.transport.soap.component.AbstractWebServiceWrapperComponent
doInitialise, getAddress, isAddressFromMessage, setAddress, setAddressFromMessage
 
Methods inherited from class org.mule.component.AbstractComponent
checkDisposed, dispose, doDispose, doStart, doStop, fireComponentNotification, getService, getStatistics, initialise, onCall, release, setService, 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()
Method Detail

doOnCall

protected MuleMessage doOnCall(MuleEvent event)
                        throws Exception
Specified by:
doOnCall in class AbstractComponent
Throws:
Exception

getWsdlPort

public String getWsdlPort()

setWsdlPort

public void setWsdlPort(String wsdlPort)

getOperation

public String getOperation()

setOperation

public void setOperation(String operation)


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