org.mule.impl.endpoint
Class SocketEndpointBuilder

java.lang.Object
  extended by org.mule.impl.endpoint.AbstractEndpointBuilder
      extended by org.mule.impl.endpoint.SocketEndpointBuilder
All Implemented Interfaces:
EndpointBuilder

public class SocketEndpointBuilder
extends AbstractEndpointBuilder

SocketEndpointBuilder builds an endpointUri based on host and port only


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

Constructor Detail

SocketEndpointBuilder

public SocketEndpointBuilder()
Method Detail

setEndpoint

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


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