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.jms Provides Jms transport connectivity with support for all Jms features. 
org.mule.transport.soap.axis Provides an Axis soap transport for Mule
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, MuleContext muleContext)
           
 

Uses of MalformedEndpointException in org.mule.endpoint
 

Methods in org.mule.endpoint that throw MalformedEndpointException
 EndpointURI AbstractEndpointURIBuilder.build(URI uri, MuleContext muleContext)
           
protected  Properties AbstractEndpointURIBuilder.getPropertiesForURI(URI uri, MuleContext muleContext)
           
protected  String MuleEndpointURI.preprocessUri(String uriString)
           
protected abstract  void AbstractEndpointURIBuilder.setEndpoint(URI uri, Properties props)
           
protected  void SocketEndpointURIBuilder.setEndpoint(URI uri, Properties props)
           
protected  void UrlEndpointURIBuilder.setEndpoint(URI uri, Properties props)
           
protected  void ResourceNameEndpointURIBuilder.setEndpoint(URI uri, Properties props)
           
protected  void UserInfoEndpointURIBuilder.setEndpoint(URI uri, Properties props)
           
protected  void DynamicOutboundEndpoint.validateUriTemplate(String uri)
           
 

Constructors in org.mule.endpoint that throw MalformedEndpointException
DynamicOutboundEndpoint(EndpointBuilder builder, String uriTemplate)
           
 

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.jms
 

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

Uses of MalformedEndpointException in org.mule.transport.soap.axis
 

Methods in org.mule.transport.soap.axis 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-2014 MuleSoft, Inc.. All Rights Reserved.