public abstract class AbstractWebServiceWrapperComponent extends AbstractComponent
| Modifier and Type | Field and Description |
|---|---|
protected String |
address |
protected boolean |
addressFromMessage |
protected org.apache.commons.logging.Log |
logger |
static String |
WS_SERVICE_URL |
disposed, disposing, initialised, notificationHandler, service, started, statistics, stoppingPHASE_NAMEPHASE_NAMEPHASE_NAMEPHASE_NAME| Constructor and Description |
|---|
AbstractWebServiceWrapperComponent() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doInitialise() |
String |
getAddress() |
boolean |
isAddressFromMessage() |
void |
setAddress(String address) |
void |
setAddressFromMessage(boolean addressFromMessage) |
checkDisposed, dispose, doDispose, doOnCall, doStart, doStop, fireComponentNotification, getService, getStatistics, initialise, onCall, release, setService, start, stop, toStringprotected transient org.apache.commons.logging.Log logger
public static final String WS_SERVICE_URL
protected String address
protected boolean addressFromMessage
protected void doInitialise()
throws InitialisationException
doInitialise in class AbstractComponentInitialisationExceptionpublic String getAddress()
public void setAddress(String address)
public boolean isAddressFromMessage()
public void setAddressFromMessage(boolean addressFromMessage)
Copyright © 2003-2012 MuleSource, Inc.. All Rights Reserved.