org.mule.endpoint
Class ResourceNameEndpointURIBuilder

java.lang.Object
  extended by org.mule.endpoint.AbstractEndpointURIBuilder
      extended by org.mule.endpoint.ResourceNameEndpointURIBuilder
All Implemented Interfaces:
EndpointURIBuilder

public class ResourceNameEndpointURIBuilder
extends AbstractEndpointURIBuilder

ResourceNameEndpointBuilder extracts a resource name from a uri endpointUri


Field Summary
protected static Log logger
           
static String RESOURCE_INFO_PROPERTY
           
 
Fields inherited from class org.mule.endpoint.AbstractEndpointURIBuilder
address, connectorName, endpointName, responseTransformers, transformers, userInfo
 
Constructor Summary
ResourceNameEndpointURIBuilder()
           
 
Method Summary
protected  void setEndpoint(URI uri, Properties props)
           
 
Methods inherited from class org.mule.endpoint.AbstractEndpointURIBuilder
build, getPropertiesForURI
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected static final Log logger

RESOURCE_INFO_PROPERTY

public static final String RESOURCE_INFO_PROPERTY
See Also:
Constant Field Values
Constructor Detail

ResourceNameEndpointURIBuilder

public ResourceNameEndpointURIBuilder()
Method Detail

setEndpoint

protected void setEndpoint(URI uri,
                           Properties props)
                    throws MalformedEndpointException
Specified by:
setEndpoint in class AbstractEndpointURIBuilder
Throws:
MalformedEndpointException


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