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

Packages that use MalformedEndpointException
org.mule.extras.client Simple interface for Mule clients to send and receive events from local or remote Mule Servers. 
org.mule.extras.spring.events A Spring EventMulticaster that allows any Spring bean to send and receive mule events through the ApplicationContext and event listeners. 
org.mule.impl.endpoint Implemtation of Mule endpoint uris. 
org.mule.providers.file Provides file transport in the form of a directory listeners and file dispatchers. 
org.mule.providers.jdbc Provides jdbc transport. 
org.mule.providers.servlet Allows the Mule server to easily interact with a servlet engine. 
org.mule.providers.soap   
org.mule.providers.soap.glue Provides an Glue soap transport for Mule
 

Uses of MalformedEndpointException in org.mule.extras.client
 

Methods in org.mule.extras.client that throw MalformedEndpointException
 RemoteDispatcher MuleClient.getRemoteDispatcher(java.lang.String serverEndpoint)
           
 RemoteDispatcher MuleClient.getRemoteDispatcher(java.lang.String serverEndpoint, java.lang.String user, java.lang.String password)
           
 

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

Methods in org.mule.extras.spring.events that throw MalformedEndpointException
 void MuleEventMulticaster.onMuleEvent(UMOEventContext context)
          This is the callback method used by Mule to give Mule events to this Multicaster
protected  void MuleApplicationEvent.setEndpoint(UMOEndpointURI endpointUri)
           
 

Constructors in org.mule.extras.spring.events that throw MalformedEndpointException
MuleApplicationEvent(java.lang.Object message, java.lang.String endpoint)
           
 

Uses of MalformedEndpointException in org.mule.impl.endpoint
 

Methods in org.mule.impl.endpoint that throw MalformedEndpointException
protected  void UserInfoEndpointBuilder.setEndpoint(java.net.URI uri, java.util.Properties props)
           
protected  void UrlEndpointBuilder.setEndpoint(java.net.URI uri, java.util.Properties props)
           
protected  void SocketEndpointBuilder.setEndpoint(java.net.URI uri, java.util.Properties props)
           
protected  void ResourceNameEndpointBuilder.setEndpoint(java.net.URI uri, java.util.Properties props)
           
 UMOEndpointURI EndpointBuilder.build(java.net.URI uri)
           
 UMOEndpointURI AbstractEndpointBuilder.build(java.net.URI uri)
           
protected abstract  void AbstractEndpointBuilder.setEndpoint(java.net.URI uri, java.util.Properties props)
           
 

Constructors in org.mule.impl.endpoint that throw MalformedEndpointException
MuleEndpointURI(java.lang.String uri)
           
 

Uses of MalformedEndpointException in org.mule.providers.file
 

Methods in org.mule.providers.file that throw MalformedEndpointException
protected  void FileEndpointBuilder.setEndpoint(java.net.URI uri, java.util.Properties props)
           
 

Uses of MalformedEndpointException in org.mule.providers.jdbc
 

Methods in org.mule.providers.jdbc that throw MalformedEndpointException
protected  void JdbcEndpointBuilder.setEndpoint(java.net.URI uri, java.util.Properties props)
           
 

Uses of MalformedEndpointException in org.mule.providers.servlet
 

Methods in org.mule.providers.servlet that throw MalformedEndpointException
protected  UMOEndpoint MuleRESTReceiverServlet.getEndpointForURI(HttpServletRequest httpServletRequest)
           
 

Uses of MalformedEndpointException in org.mule.providers.soap
 

Methods in org.mule.providers.soap that throw MalformedEndpointException
protected  void SoapEndpointBuilder.setEndpoint(java.net.URI uri, java.util.Properties props)
           
 

Uses of MalformedEndpointException in org.mule.providers.soap.glue
 

Methods in org.mule.providers.soap.glue that throw MalformedEndpointException
protected  java.lang.String GlueMessageDispatcher.getMethod(java.lang.String endpoint)
           
 



Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.