|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mule.component.AbstractComponent
org.mule.module.cxf.component.AbstractWebServiceWrapperComponent
public abstract class AbstractWebServiceWrapperComponent
| Field Summary | |
|---|---|
protected String |
address
|
protected boolean |
addressFromMessage
|
protected org.apache.commons.logging.Log |
logger
|
static String |
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 | |
|---|---|
AbstractWebServiceWrapperComponent()
|
|
| Method Summary | |
|---|---|
protected void |
doInitialise()
|
String |
getAddress()
|
boolean |
isAddressFromMessage()
|
void |
setAddress(String address)
|
void |
setAddressFromMessage(boolean addressFromMessage)
|
| 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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected transient org.apache.commons.logging.Log logger
public static final String WS_SERVICE_URL
protected String address
protected boolean addressFromMessage
| Constructor Detail |
|---|
public AbstractWebServiceWrapperComponent()
| Method Detail |
|---|
protected void doInitialise()
throws org.mule.api.lifecycle.InitialisationException
doInitialise in class org.mule.component.AbstractComponentorg.mule.api.lifecycle.InitialisationExceptionpublic String getAddress()
public void setAddress(String address)
public boolean isAddressFromMessage()
public void setAddressFromMessage(boolean addressFromMessage)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||