com.kaazing.gateway.server
Class GatewayFactory

java.lang.Object
  extended by 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

Constructor Summary
GatewayFactory()
           
 
Method Summary
static Gateway createGateway()
          Creates an implementation of an Gateway.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GatewayFactory

public GatewayFactory()
Method Detail

createGateway

public static Gateway createGateway()
Creates an implementation of an Gateway.

Returns:
a Gateway


Copyright © 2014. All Rights Reserved.