Uses of Class
org.mule.api.endpoint.MalformedEndpointException

Packages that use MalformedEndpointException
org.mule.api.endpoint Endpoint interfaces. 
org.mule.endpoint Implemtation of Mule endpoint uris. 
org.mule.module.spring.events A Spring EventMulticaster that allows any Spring bean to send and receive mule events through the ApplicationContext and event listeners. 
org.mule.transport.file Provides file transport in the form of a directory listeners and file dispatchers. 
org.mule.transport.jdbc Provides jdbc transport. 
org.mule.transport.soap   
org.mule.transport.xmpp   
 

Uses of MalformedEndpointException in org.mule.api.endpoint
 

Methods in org.mule.api.endpoint that throw MalformedEndpointException
 EndpointURI EndpointURIBuilder.build(URI uri)
           
 

Uses of MalformedEndpointException in org.mule.endpoint
 

Methods in org.mule.endpoint that throw MalformedEndpointException
 EndpointURI AbstractEndpointURIBuilder.build(URI uri)
           
protected  Properties AbstractEndpointURIBuilder.getPropertiesForURI(URI uri)
           
protected abstract  void AbstractEndpointURIBuilder.setEndpoint(URI uri, Properties props)
           
protected  void ResourceNameEndpointURIBuilder.setEndpoint(URI uri, Properties props)
           
protected  void SocketEndpointURIBuilder.setEndpoint(URI uri, Properties props)
           
protected  void UrlEndpointURIBuilder.setEndpoint(URI uri, Properties props)
           
protected  void UserInfoEndpointURIBuilder.setEndpoint(URI uri, Properties props)
           
 

Uses of MalformedEndpointException in org.mule.module.spring.events
 

Methods in org.mule.module.spring.events that throw MalformedEndpointException
 Object MuleEventMulticaster.onCall(MuleEventContext context)
          This is the callback method used by Mule to give Mule events to this Multicaster
 

Uses of MalformedEndpointException in org.mule.transport.file
 

Methods in org.mule.transport.file that throw MalformedEndpointException
protected  void FileEndpointURIBuilder.setEndpoint(URI uri, Properties props)
           
 

Uses of MalformedEndpointException in org.mule.transport.jdbc
 

Methods in org.mule.transport.jdbc that throw MalformedEndpointException
protected  void JdbcEndpointURIBuilder.setEndpoint(URI uri, Properties props)
           
 

Uses of MalformedEndpointException in org.mule.transport.soap
 

Methods in org.mule.transport.soap that throw MalformedEndpointException
protected  void WsdlUrlEndpointURIBuilder.setEndpoint(URI uri, Properties props)
           
 

Uses of MalformedEndpointException in org.mule.transport.xmpp
 

Methods in org.mule.transport.xmpp that throw MalformedEndpointException
protected  void XmppEndpointURIBuilder.setEndpoint(URI uri, Properties props)
           
 



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