Modifier and Type | Field and Description |
---|---|
private List | |
private String |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public void | |
public void | |
public InputStream | Returns: an inputstream of the classname names encoded as UTF-8.Return the implementations of this services as an inputstream. |
public String | |
public void | setProvider(String
the classname of a provider of this service. className)Set the provider classname. |
public void |
providerList | back to summary |
---|---|
private List<Provider> providerList |
type | back to summary |
---|---|
private String type |
Service | back to summary |
---|---|
public Service() |
addConfiguredProvider | back to summary |
---|---|
public void addConfiguredProvider(Provider provider) Add a nested provider element.
|
check | back to summary |
---|---|
public void check() Check if this object is configured correctly as a nested element. |
getAsStream | back to summary |
---|---|
public InputStream getAsStream() throws IOException Return the implementations of this services as an inputstream.
|
getType | back to summary |
---|---|
public String getType()
|
setProvider | back to summary |
---|---|
public void setProvider(String className) Set the provider classname.
|
setType | back to summary |
---|---|
public void setType(String type) Set the service type.
|