Class EndpointFactory

java.lang.Object
org.serviceconnector.net.res.EndpointFactory

public class EndpointFactory extends Object
A factory for creating Endpoint objects. Provides access to concrete endpoint instances. Possible endpoints are shown in key string constants below.
  • Constructor Details

    • EndpointFactory

      public EndpointFactory()
  • Method Details

    • createEndpoint

      public IEndpoint createEndpoint(String key)
      Creates a new Endpoint object.
      Parameters:
      key - the key
      Returns:
      the i endpoint