org.mule.module.cxf.component
Class AbstractWebServiceWrapperComponent
java.lang.Object
org.mule.component.AbstractComponent
org.mule.module.cxf.component.AbstractWebServiceWrapperComponent
- All Implemented Interfaces:
- AnnotatedObject, Component, FlowConstructAware, MuleContextAware, Disposable, Initialisable, Lifecycle, Startable, Stoppable, MessageProcessor
- Direct Known Subclasses:
- WebServiceWrapperComponent, WebServiceWrapperComponent
public abstract class AbstractWebServiceWrapperComponent
- extends AbstractComponent
Methods inherited from class org.mule.component.AbstractComponent |
createResultEvent, dispose, doDispose, doInvoke, doStart, doStop, fireComponentNotification, getAnnotation, getAnnotations, getFlowConstruct, getInterceptors, getName, getStatistics, initialise, process, release, setAnnotations, setFlowConstruct, setInterceptors, setMuleContext, start, stop, toString |
logger
protected transient Log logger
WS_SERVICE_URL
public static final String WS_SERVICE_URL
- See Also:
- Constant Field Values
address
protected String address
addressFromMessage
protected boolean addressFromMessage
AbstractWebServiceWrapperComponent
public AbstractWebServiceWrapperComponent()
doInitialise
protected void doInitialise()
throws InitialisationException
- Overrides:
doInitialise
in class AbstractComponent
- Throws:
InitialisationException
getAddress
public String getAddress()
setAddress
public void setAddress(String address)
isAddressFromMessage
public boolean isAddressFromMessage()
setAddressFromMessage
public void setAddressFromMessage(boolean addressFromMessage)
Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.