org.mule.util
Class MuleObjectHelper

java.lang.Object
  extended byorg.mule.util.MuleObjectHelper

public class MuleObjectHelper
extends java.lang.Object

MuleObjectHelper is a helper class to assist in finding mule server objects, such as endpoint and transformers

Version:
$Revision: 1.1.1.1 $
Author:
Ross Mason

Field Summary
protected static Log logger
          logger used by this class
 
Constructor Summary
MuleObjectHelper()
           
 
Method Summary
static UMOConnector getConnectorByProtocol(java.lang.String protocol)
           
static UMOEndpoint getEndpointByEndpointUri(java.lang.String endpointUri, boolean wildcardMatch)
           
static UMOEndpoint getEndpointByProtocol(java.lang.String protocol)
           
static UMOConnector getOrCreateConnectorByProtocol(UMOEndpointURI url)
           
static UMOTransformer getTransformer(java.lang.String list, java.lang.String delim)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected static transient Log logger
logger used by this class

Constructor Detail

MuleObjectHelper

public MuleObjectHelper()
Method Detail

getTransformer

public static UMOTransformer getTransformer(java.lang.String list,
                                            java.lang.String delim)
                                     throws MuleException
Throws:
MuleException

getEndpointByProtocol

public static UMOEndpoint getEndpointByProtocol(java.lang.String protocol)

getEndpointByEndpointUri

public static UMOEndpoint getEndpointByEndpointUri(java.lang.String endpointUri,
                                                   boolean wildcardMatch)

getConnectorByProtocol

public static UMOConnector getConnectorByProtocol(java.lang.String protocol)

getOrCreateConnectorByProtocol

public static UMOConnector getOrCreateConnectorByProtocol(UMOEndpointURI url)
                                                   throws ConnectorFactoryException
Throws:
ConnectorFactoryException


Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.