org.mule.transport.file
Class FileEndpointURIBuilder

java.lang.Object
  extended by org.mule.endpoint.AbstractEndpointURIBuilder
      extended by org.mule.transport.file.FileEndpointURIBuilder
All Implemented Interfaces:
EndpointURIBuilder

public class FileEndpointURIBuilder
extends AbstractEndpointURIBuilder

FileEndpointBuilder File uris need some special processing because the uri path can be any length, and the default resolver relies on a particular path format.


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

Constructor Detail

FileEndpointURIBuilder

public FileEndpointURIBuilder()
Method Detail

setEndpoint

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


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.