Uses of Interface
org.mule.api.endpoint.InboundEndpoint

Packages that use InboundEndpoint
org.mule The Mule implementation of the Universal Message Objects(tm) API specification. 
org.mule.api The Universal Message Object(tm) API provides a way for components to interact without needing to know about the protocol or delivery mechanisms of information passed between them 
org.mule.api.client   
org.mule.api.endpoint Endpoint interfaces. 
org.mule.api.exception   
org.mule.api.transport Contains the interfaces that comprise a provider implementation. 
org.mule.client   
org.mule.config.i18n Internationalisation support for Mule messages and exception messages. 
org.mule.construct   
org.mule.construct.builder   
org.mule.endpoint Implemtation of Mule endpoint uris. 
org.mule.endpoint.inbound   
org.mule.service   
org.mule.transport Contains Abstract classes providing common functionality for all Mule providers. 
org.mule.transport.polling   
org.mule.transport.service Provides SPI support for building mule connectors and providers using service descriptors. 
 

Uses of InboundEndpoint in org.mule
 

Methods in org.mule with parameters of type InboundEndpoint
protected  Credentials DefaultMuleEvent.extractCredentials(InboundEndpoint endpoint)
           
protected  void DefaultMuleEvent.fillProperties(InboundEndpoint endpoint)
           
 MuleMessage DefaultMuleEventContext.requestEvent(InboundEndpoint endpoint, long timeout)
          Requests a synchronous receive of an event on the service
 

Constructors in org.mule with parameters of type InboundEndpoint
DefaultMuleEvent(MuleMessage message, InboundEndpoint endpoint, FlowConstruct flowConstruct)
           
DefaultMuleEvent(MuleMessage message, InboundEndpoint endpoint, FlowConstruct flowConstruct, MuleSession session)
           
DefaultMuleEvent(MuleMessage message, InboundEndpoint endpoint, FlowConstruct flowConstruct, MuleSession session, ReplyToHandler replyToHandler, ResponseOutputStream outputStream)
           
DefaultMuleEvent(MuleMessage message, InboundEndpoint endpoint, MuleSession session)
          Deprecated. 
DefaultMuleEvent(MuleMessage message, InboundEndpoint endpoint, MuleSession session, ReplyToHandler replyToHandler, ResponseOutputStream outputStream)
          Deprecated. 
 

Uses of InboundEndpoint in org.mule.api
 

Methods in org.mule.api with parameters of type InboundEndpoint
 MuleMessage MuleEventContext.requestEvent(InboundEndpoint endpoint, long timeout)
          Requests a synchronous receive of an event on the service.
 

Uses of InboundEndpoint in org.mule.api.client
 

Methods in org.mule.api.client with parameters of type InboundEndpoint
 MuleMessage LocalMuleClient.request(InboundEndpoint endpoint, long timeout)
          Will receive an event from an endpointUri determined by the URL.
 

Uses of InboundEndpoint in org.mule.api.endpoint
 

Methods in org.mule.api.endpoint that return InboundEndpoint
 InboundEndpoint EndpointBuilder.buildInboundEndpoint()
          Constructs inbound endpoints
 InboundEndpoint EndpointFactory.getInboundEndpoint(EndpointBuilder builder)
          Creates an endpoint with the "INBOUND" role using the builder provided.
 InboundEndpoint EndpointFactory.getInboundEndpoint(EndpointURI endpointUri)
          Deprecated.  
 InboundEndpoint EndpointFactory.getInboundEndpoint(String uri)
          Creates an endpoint with the "INBOUND" role.
 InboundEndpoint EndpointCache.getInboundEndpoint(String uri, MessageExchangePattern mep)
           
 

Methods in org.mule.api.endpoint with parameters of type InboundEndpoint
 MessageProcessor EndpointMessageProcessorChainFactory.createInboundMessageProcessorChain(InboundEndpoint endpoint, FlowConstruct flowConstruct, MessageProcessor target)
           
 

Uses of InboundEndpoint in org.mule.api.exception
 

Constructors in org.mule.api.exception with parameters of type InboundEndpoint
MessageRedeliveredException(String messageId, int redeliveryCount, int maxRedelivery, InboundEndpoint endpoint, MuleEvent event)
           
MessageRedeliveredException(String messageId, int redeliveryCount, int maxRedelivery, InboundEndpoint endpoint, MuleEvent event, Message message)
           
 

Uses of InboundEndpoint in org.mule.api.transport
 

Methods in org.mule.api.transport that return InboundEndpoint
 InboundEndpoint MessageRequester.getEndpoint()
           
 InboundEndpoint MessageReceiver.getEndpoint()
           
 

Methods in org.mule.api.transport with parameters of type InboundEndpoint
 void MessageRequesterFactory.activate(InboundEndpoint endpoint, MessageRequester requester)
          Invoked before the given requester is handed out to a client, but not after MessageRequesterFactory.create(org.mule.api.endpoint.InboundEndpoint).
 MessageRequester MessageRequesterFactory.create(InboundEndpoint endpoint)
          Creates a new message requester instance, initialised with the passed endpoint.
 void MessageRequesterFactory.destroy(InboundEndpoint endpoint, MessageRequester requester)
          Invoked when a requester returned false for MessageRequesterFactory.validate(org.mule.api.endpoint.InboundEndpoint, org.mule.api.transport.MessageRequester).
 void MessageRequesterFactory.passivate(InboundEndpoint endpoint, MessageRequester requester)
          Invoked immediately before the given requester is returned to its pool.
 void Connector.registerListener(InboundEndpoint endpoint, MessageProcessor listener, FlowConstruct flowConstruct)
          Registers a MessageProcessor listener which will listen to new message received from a specific transport channel and then processed by the endpoint.
 MuleMessage Connector.request(InboundEndpoint endpoint, long timeout)
          Make a specific request to the underlying transport
 void MessageReceiver.setEndpoint(InboundEndpoint endpoint)
           
 void Connector.unregisterListener(InboundEndpoint endpoint, FlowConstruct flowConstruct)
          Unregisters the listener for the given endpoints.
 boolean MessageRequesterFactory.validate(InboundEndpoint endpoint, MessageRequester requester)
          Invoked after the requester is returned from a client but before it is prepared for return to its pool via MessageRequesterFactory.passivate(org.mule.api.endpoint.InboundEndpoint, org.mule.api.transport.MessageRequester).
 

Uses of InboundEndpoint in org.mule.client
 

Methods in org.mule.client with parameters of type InboundEndpoint
 MuleMessage DefaultLocalMuleClient.request(InboundEndpoint endpoint, long timeout)
           
 

Uses of InboundEndpoint in org.mule.config.i18n
 

Methods in org.mule.config.i18n with parameters of type InboundEndpoint
static Message CoreMessages.failedToStartInboundEndpoint(InboundEndpoint endpoint)
           
static Message CoreMessages.failedToStopInboundEndpoint(InboundEndpoint endpoint)
           
 

Uses of InboundEndpoint in org.mule.construct
 

Methods in org.mule.construct with parameters of type InboundEndpoint
 void Flow.setEndpoint(InboundEndpoint endpoint)
          Deprecated. use setMessageSource(MessageSource) instead
 

Uses of InboundEndpoint in org.mule.construct.builder
 

Methods in org.mule.construct.builder that return InboundEndpoint
protected  InboundEndpoint AbstractFlowConstructWithSingleInboundEndpointBuilder.getOrBuildInboundEndpoint(MuleContext muleContext)
           
 

Methods in org.mule.construct.builder with parameters of type InboundEndpoint
 T AbstractFlowConstructWithSingleInboundEndpointBuilder.inboundEndpoint(InboundEndpoint inboundEndpoint)
           
 

Uses of InboundEndpoint in org.mule.endpoint
 

Classes in org.mule.endpoint that implement InboundEndpoint
 class DefaultInboundEndpoint
           
 class DynamicURIInboundEndpoint
          Allow's EndpointURI to be set and changed dynamically by wrapping up an immutable endpoint instance.
 

Fields in org.mule.endpoint declared as InboundEndpoint
protected  InboundEndpoint DynamicURIInboundEndpoint.endpoint
           
 

Methods in org.mule.endpoint that return InboundEndpoint
 InboundEndpoint AbstractEndpointBuilder.buildInboundEndpoint()
           
protected  InboundEndpoint AbstractEndpointBuilder.doBuildInboundEndpoint()
           
 InboundEndpoint DefaultEndpointFactory.getInboundEndpoint(EndpointBuilder builder)
           
 InboundEndpoint DefaultEndpointFactory.getInboundEndpoint(EndpointURI uri)
           
 InboundEndpoint DefaultEndpointFactory.getInboundEndpoint(String uri)
           
 InboundEndpoint SimpleEndpointCache.getInboundEndpoint(String uri, MessageExchangePattern mep)
           
 

Methods in org.mule.endpoint with parameters of type InboundEndpoint
 MessageProcessor DefaultEndpointMessageProcessorChainFactory.createInboundMessageProcessorChain(InboundEndpoint endpoint, FlowConstruct flowConstruct, MessageProcessor target)
           
protected  List<MessageProcessor> DefaultEndpointMessageProcessorChainFactory.createInboundMessageProcessors(InboundEndpoint endpoint)
          Override this method to change the default MessageProcessors.
protected  List<MessageProcessor> DefaultEndpointMessageProcessorChainFactory.createInboundResponseMessageProcessors(InboundEndpoint endpoint)
          Override this method to change the default MessageProcessors.
 

Constructors in org.mule.endpoint with parameters of type InboundEndpoint
DynamicURIInboundEndpoint(InboundEndpoint endpoint)
           
DynamicURIInboundEndpoint(InboundEndpoint endpoint, EndpointURI dynamicEndpointURI)
           
 

Uses of InboundEndpoint in org.mule.endpoint.inbound
 

Fields in org.mule.endpoint.inbound declared as InboundEndpoint
protected  InboundEndpoint InboundLoggingMessageProcessor.endpoint
           
protected  InboundEndpoint InboundNotificationMessageProcessor.endpoint
           
 

Methods in org.mule.endpoint.inbound that return InboundEndpoint
 InboundEndpoint InboundNotificationMessageProcessor.getInboundEndpoint()
           
 

Constructors in org.mule.endpoint.inbound with parameters of type InboundEndpoint
InboundEndpointMimeTypeCheckingMessageProcessor(InboundEndpoint endpoint)
           
InboundEndpointPropertyMessageProcessor(InboundEndpoint endpoint)
           
InboundLoggingMessageProcessor(InboundEndpoint endpoint)
           
InboundNotificationMessageProcessor(InboundEndpoint endpoint)
           
 

Uses of InboundEndpoint in org.mule.service
 

Fields in org.mule.service with type parameters of type InboundEndpoint
protected  List<InboundEndpoint> ServiceCompositeMessageSource.endpoints
          Deprecated.  
 

Methods in org.mule.service that return InboundEndpoint
 InboundEndpoint ServiceCompositeMessageSource.getEndpoint(String name)
          Deprecated.  
 

Methods in org.mule.service that return types with arguments of type InboundEndpoint
 List<InboundEndpoint> ServiceCompositeMessageSource.getEndpoints()
          Deprecated.  
 

Uses of InboundEndpoint in org.mule.transport
 

Fields in org.mule.transport declared as InboundEndpoint
protected  InboundEndpoint AbstractReceiverWorker.endpoint
           
 

Methods in org.mule.transport that return InboundEndpoint
 InboundEndpoint AbstractMessageReceiver.getEndpoint()
           
 InboundEndpoint AbstractMessageRequester.getEndpoint()
           
protected  InboundEndpoint AbstractTransportMessageProcessTemplate.getInboundEndpoint()
           
 

Methods in org.mule.transport with parameters of type InboundEndpoint
 void KeyedPoolMessageRequesterFactoryAdapter.activate(InboundEndpoint endpoint, MessageRequester requester)
           
 void AbstractMessageRequesterFactory.activate(InboundEndpoint endpoint, MessageRequester requester)
           
 MessageRequester KeyedPoolMessageRequesterFactoryAdapter.create(InboundEndpoint endpoint)
           
 MessageRequester UnsupportedMessageRequesterFactory.create(InboundEndpoint endpoint)
           
abstract  MessageRequester AbstractMessageRequesterFactory.create(InboundEndpoint endpoint)
           
protected  MessageReceiver AbstractConnector.createReceiver(FlowConstruct flowConstruct, InboundEndpoint endpoint)
          Create a Message receiver for this connector
 void KeyedPoolMessageRequesterFactoryAdapter.destroy(InboundEndpoint endpoint, MessageRequester requester)
           
 void AbstractMessageRequesterFactory.destroy(InboundEndpoint endpoint, MessageRequester requester)
           
protected  void AbstractConnector.doUnregisterListener(FlowConstruct flowConstruct, InboundEndpoint endpoint, MessageReceiver receiver)
           
 MessageReceiver AbstractConnector.getReceiver(FlowConstruct flowConstruct, InboundEndpoint endpoint)
           
protected  Object AbstractConnector.getReceiverKey(FlowConstruct flowConstruct, InboundEndpoint endpoint)
          The method determines the key used to store the receiver against.
 void KeyedPoolMessageRequesterFactoryAdapter.passivate(InboundEndpoint endpoint, MessageRequester requester)
           
 void AbstractMessageRequesterFactory.passivate(InboundEndpoint endpoint, MessageRequester requester)
           
 void AbstractConnector.registerListener(InboundEndpoint endpoint, MessageProcessor messageProcessorChain, FlowConstruct flowConstruct)
           
 MuleMessage AbstractConnector.request(InboundEndpoint endpoint, long timeout)
           
 void AbstractMessageReceiver.setEndpoint(InboundEndpoint endpoint)
           
protected  void AbstractConnector.setupRequestReturn(InboundEndpoint endpoint, MessageRequester requester, MuleMessage result)
          This method will return the requester to the pool or, if the payload is an inputstream, replace the payload with a new DelegatingInputStream which returns the requester to the pool when the stream is closed.
 void AbstractConnector.unregisterListener(InboundEndpoint endpoint, FlowConstruct flowConstruct)
           
 boolean KeyedPoolMessageRequesterFactoryAdapter.validate(InboundEndpoint endpoint, MessageRequester requester)
           
 boolean AbstractMessageRequesterFactory.validate(InboundEndpoint endpoint, MessageRequester requester)
           
 

Constructors in org.mule.transport with parameters of type InboundEndpoint
AbstractMessageReceiver(Connector connector, FlowConstruct flowConstruct, InboundEndpoint endpoint)
          Creates the Message Receiver
AbstractMessageRequester(InboundEndpoint endpoint)
           
AbstractPollingMessageReceiver(Connector connector, FlowConstruct flowConstruct, InboundEndpoint endpoint)
           
TransactedPollingMessageReceiver(Connector connector, FlowConstruct flowConstruct, InboundEndpoint endpoint)
           
TransactedPollingMessageReceiver(Connector connector, FlowConstruct flowConstruct, InboundEndpoint endpoint, long frequency)
          Deprecated. please use TransactedPollingMessageReceiver.TransactedPollingMessageReceiver(Connector, FlowConstruct, InboundEndpoint) instead
UnsupportedMessageRequester(InboundEndpoint endpoint)
           
 

Uses of InboundEndpoint in org.mule.transport.polling
 

Methods in org.mule.transport.polling with parameters of type InboundEndpoint
protected  Object MessageProcessorPollingConnector.getReceiverKey(FlowConstruct flowConstruct, InboundEndpoint endpoint)
           
 

Constructors in org.mule.transport.polling with parameters of type InboundEndpoint
MessageProcessorPollingMessageReceiver(Connector connector, FlowConstruct flowConstruct, InboundEndpoint endpoint)
           
 

Uses of InboundEndpoint in org.mule.transport.service
 

Methods in org.mule.transport.service with parameters of type InboundEndpoint
 MessageReceiver TransportServiceDescriptor.createMessageReceiver(Connector connector, FlowConstruct flowConstruct, InboundEndpoint endpoint)
           
 MessageReceiver DefaultTransportServiceDescriptor.createMessageReceiver(Connector connector, FlowConstruct flowConstruct, InboundEndpoint endpoint)
           
 MessageReceiver TransportServiceDescriptor.createMessageReceiver(Connector connector, FlowConstruct flowConstruct, InboundEndpoint endpoint, Object... args)
           
 MessageReceiver DefaultTransportServiceDescriptor.createMessageReceiver(Connector connector, FlowConstruct flowConstruct, InboundEndpoint endpoint, Object... args)
           
 



Copyright © 2003-2013 MuleSoft, Inc.. All Rights Reserved.