org.mule.providers.xmpp
Class XmppEndpointBuilder

java.lang.Object
  extended by org.mule.impl.endpoint.AbstractEndpointBuilder
      extended by org.mule.impl.endpoint.UserInfoEndpointBuilder
          extended by org.mule.providers.xmpp.XmppEndpointBuilder
All Implemented Interfaces:
EndpointBuilder

public class XmppEndpointBuilder
extends UserInfoEndpointBuilder

Does the same as the UserINfoEndpointBuilder but also ensures that a path is set on the uri. The path is used as either the groupChat name or the recipient name of a one on one chat.


Field Summary
 
Fields inherited from class org.mule.impl.endpoint.AbstractEndpointBuilder
address, connectorName, createConnector, endpointName, responseTransformers, transformers, userInfo
 
Constructor Summary
XmppEndpointBuilder()
           
 
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

XmppEndpointBuilder

public XmppEndpointBuilder()
Method Detail

setEndpoint

protected void setEndpoint(URI uri,
                           Properties props)
                    throws MalformedEndpointException
Overrides:
setEndpoint in class UserInfoEndpointBuilder
Throws:
MalformedEndpointException


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