org.mule.util
Class MuleObjectHelper

java.lang.Object
  extended by org.mule.util.MuleObjectHelper

public final class MuleObjectHelper
extends Object

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


Method Summary
static UMOEndpoint getEndpointByEndpointUri(String endpointUri, boolean wildcardMatch)
           
static UMOEndpoint getEndpointByProtocol(String protocol)
           
static UMOTransformer getTransformer(String list, String delim)
          Builds a linked list of UMOTransformers.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTransformer

public static UMOTransformer getTransformer(String list,
                                            String delim)
                                     throws MuleException
Builds a linked list of UMOTransformers.

Parameters:
list - - a list of transformers separated by "delim"
delim - - the character used to delimit the transformers in the list
Returns:
an UMOTransformer whose method getNextTransformer() will return the next transformer in the list.
Throws:
MuleException

getEndpointByProtocol

public static UMOEndpoint getEndpointByProtocol(String protocol)

getEndpointByEndpointUri

public static UMOEndpoint getEndpointByEndpointUri(String endpointUri,
                                                   boolean wildcardMatch)


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.