Class SimpleSessionConnector.SimpleSessionConnectorBuilder

java.lang.Object
org.ivoa.dm.executionbroker.SimpleSessionConnector.SimpleSessionConnectorBuilder
Enclosing class:
SimpleSessionConnector

public static class SimpleSessionConnector.SimpleSessionConnectorBuilder extends Object
A builder class for SimpleSessionConnector, mainly for use in the functional builder pattern.
  • Field Details

    • kind

      public String kind
      A URI to identify the type of connector.
    • status

      public String status
      A flag to indicate the staus of the access method.
    • protocol

      public String protocol
      The access protocol, provided by the server when an offer is made. Typically one of [TCP, HTTP, HTTPS].
    • location

      public String location
      The access connector URL.
  • Constructor Details

    • SimpleSessionConnectorBuilder

      public SimpleSessionConnectorBuilder()
  • Method Details

    • create

      public SimpleSessionConnector create()
      create a SimpleSessionConnector from this builder.
      Returns:
      an object initialized from the builder.