public class ServiceEnvironment
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
java.net.URI |
accessURL |
Platform |
platform
platform of the environment - this can be used to implement proxy rules
depending on what Services will work on which platform
|
java.util.HashMap<java.lang.String,ServiceInterface> |
serviceDirectory |
Constructor and Description |
---|
ServiceEnvironment(java.net.URI url) |
public java.net.URI accessURL
public java.util.HashMap<java.lang.String,ServiceInterface> serviceDirectory
public Platform platform