org.mule.config.builders
Class EndpointReference
java.lang.Object
org.mule.config.builders.EndpointReference
- public class EndpointReference
- extends java.lang.Object
EndpointReference
maintains a endpoint reference.
Endpoints are cloned when they are looked up for the manager, if there
are container properties or transformers set on the Endpoint
the clone will have an inconsistent state if the transformers or
container properties have not been resolved. This class holds the refernece
and is invoked after the container properties/transformers are resolved
- Version:
- $Revision: 1.1.1.1 $
- Author:
- Ross Mason
Field Summary |
protected static Log |
logger
logger used by this class |
Constructor Summary |
EndpointReference(java.lang.String propertyName,
java.lang.String endpointName,
java.lang.String address,
java.lang.String transformer,
java.lang.Object object)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
protected static transient Log logger
- logger used by this class
EndpointReference
public EndpointReference(java.lang.String propertyName,
java.lang.String endpointName,
java.lang.String address,
java.lang.String transformer,
java.lang.Object object)
getPropertyName
public java.lang.String getPropertyName()
getEndpointName
public java.lang.String getEndpointName()
getObject
public java.lang.Object getObject()
getTransactionConfig
public UMOTransactionConfig getTransactionConfig()
setTransactionConfig
public void setTransactionConfig(UMOTransactionConfig transactionConfig)
getFilter
public UMOFilter getFilter()
setFilter
public void setFilter(UMOFilter filter)
getProperties
public java.util.Map getProperties()
setProperties
public void setProperties(java.util.Map properties)
resolveEndpoint
public void resolveEndpoint()
throws InitialisationException
- Throws:
InitialisationException
Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.