Uses of Interface
org.apache.servicemix.jms.JmsEndpointType

Packages that use JmsEndpointType
org.apache.servicemix.jms   
org.apache.servicemix.jms.endpoints   
 

Uses of JmsEndpointType in org.apache.servicemix.jms
 

Classes in org.apache.servicemix.jms that implement JmsEndpointType
 class JmsEndpoint
          non-Spring JMS endpoint This JMS endpoint can be either a consumer or a provider and is optimized to work with SOAP messages.
 

Fields in org.apache.servicemix.jms declared as JmsEndpointType
protected  JmsEndpointType[] JmsComponent.endpoints
           
 

Methods in org.apache.servicemix.jms that return JmsEndpointType
 JmsEndpointType[] JmsComponent.getEndpoints()
           
 

Methods in org.apache.servicemix.jms with parameters of type JmsEndpointType
 void JmsComponent.setEndpoints(JmsEndpointType[] endpoints)
          Specifies the list of endpoints hosted by the component.
 

Uses of JmsEndpointType in org.apache.servicemix.jms.endpoints
 

Classes in org.apache.servicemix.jms.endpoints that implement JmsEndpointType
 class JmsConsumerEndpoint
          A Sping-based JMS consumer endpoint.
 class JmsJcaConsumerEndpoint
          A Spring-based JMS consumer that uses JCA to connect to the JMS provider
 class JmsProviderEndpoint
          A Spring-based JMS provider endpoint
 class JmsSoapConsumerEndpoint
          A Spring-based JMS consumer optimized for handling SOAP messages
 class JmsSoapProviderEndpoint
          A Spring-based JMS provider optimized for SOAP messages
 



Copyright © 2005-2014 FuseSource. All Rights Reserved.