Package org.ivoa.dm.executionbroker
Class SimpleSessionConnector.SimpleSessionConnectorBuilder
java.lang.Object
org.ivoa.dm.executionbroker.SimpleSessionConnector.SimpleSessionConnectorBuilder
- Enclosing class:
- SimpleSessionConnector
A builder class for SimpleSessionConnector, mainly for use in the functional builder pattern.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
kind
A URI to identify the type of connector. -
status
A flag to indicate the staus of the access method. -
protocol
The access protocol, provided by the server when an offer is made. Typically one of [TCP, HTTP, HTTPS]. -
location
The access connector URL.
-
-
Constructor Details
-
SimpleSessionConnectorBuilder
public SimpleSessionConnectorBuilder()
-
-
Method Details
-
create
create a SimpleSessionConnector from this builder.- Returns:
- an object initialized from the builder.
-