Package org.apache.tuscany.sca.binding.jms.provider

Examples of org.apache.tuscany.sca.binding.jms.provider.JMSBindingServiceBindingProvider


    } // end method invokeRequest
   
    protected String getCallbackDestinationName(RuntimeEndpointReference reference) {
        RuntimeEndpoint endpoint = (RuntimeEndpoint) reference.getCallbackEndpoint();
        if (endpoint != null) {
            JMSBindingServiceBindingProvider bp = (JMSBindingServiceBindingProvider)endpoint.getBindingProvider();
            return bp.getDestinationName();
        }
        return null;
   
View Full Code Here

TOP

Related Classes of org.apache.tuscany.sca.binding.jms.provider.JMSBindingServiceBindingProvider

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.