org.mule.providers.jdbc
Class JdbcEndpointURIBuilder

java.lang.Object
  extended byorg.mule.impl.endpoint.AbstractEndpointURIBuilder
      extended byorg.mule.providers.jdbc.JdbcEndpointURIBuilder
All Implemented Interfaces:
org.mule.impl.endpoint.EndpointURIBuilder

public class JdbcEndpointURIBuilder
extends org.mule.impl.endpoint.AbstractEndpointURIBuilder

Parses a JDBC style endpoint to a MuleEndpointURI


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

Constructor Detail

JdbcEndpointURIBuilder

public JdbcEndpointURIBuilder()
Method Detail

setEndpoint

protected void setEndpoint(URI uri,
                           Properties props)
                    throws org.mule.umo.endpoint.MalformedEndpointException
Throws:
org.mule.umo.endpoint.MalformedEndpointException


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