com.kaazing.gateway.server
Class GatewayFactory
java.lang.Object
com.kaazing.gateway.server.GatewayFactory
public class GatewayFactory
- extends Object
The GatewayFactory is used to create instances of Gateway. There is a single createGateway() method
to accomplish this.
- See Also:
Gateway
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GatewayFactory
public GatewayFactory()
createGateway
public static Gateway createGateway()
- Creates an implementation of an Gateway.
- Returns:
- a Gateway
Copyright © 2014. All Rights Reserved.