org.smallmind.cloud.service.messaging
Class ServiceHandleFactory

java.lang.Object
  extended by org.smallmind.cloud.service.messaging.ServiceHandleFactory

public class ServiceHandleFactory
extends Object


Constructor Summary
ServiceHandleFactory()
           
 
Method Summary
static
<S> S
createServiceHandle(MessagingTransmitter messagingTransmitter, Class<S> serviceInterface)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceHandleFactory

public ServiceHandleFactory()
Method Detail

createServiceHandle

public static <S> S createServiceHandle(MessagingTransmitter messagingTransmitter,
                                        Class<S> serviceInterface)
                             throws javax.jms.JMSException
Throws:
javax.jms.JMSException


Copyright © 2011. All Rights Reserved.