|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.ws.rest.api.client.config.DefaultClientConfig
public class DefaultClientConfig
Constructor Summary | |
---|---|
DefaultClientConfig()
|
Method Summary | |
---|---|
boolean |
getFeature(java.lang.String featureName)
Get the value of a feature. |
java.util.Map<java.lang.String,java.lang.Boolean> |
getFeatures()
Get the map of features associated with the Web application. |
java.util.Map<java.lang.String,java.lang.Object> |
getProperties()
Get the map of properties associated with the Web application. |
java.lang.Object |
getProperty(java.lang.String propertyName)
Get the value of a property. |
java.util.Set<java.lang.Class> |
getProviderClasses()
Get the set of provider classes to be instantiated in the scope of the Client |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultClientConfig()
Method Detail |
---|
public java.util.Set<java.lang.Class> getProviderClasses()
ClientConfig
A provider class is a Java class with a Provider
annotation declared on the class that implements a specific service
interface.
getProviderClasses
in interface ClientConfig
public java.util.Map<java.lang.String,java.lang.Boolean> getFeatures()
ClientConfig
getFeatures
in interface ClientConfig
public boolean getFeature(java.lang.String featureName)
ClientConfig
getFeature
in interface ClientConfig
featureName
- the feature name.
public java.util.Map<java.lang.String,java.lang.Object> getProperties()
ClientConfig
getProperties
in interface ClientConfig
public java.lang.Object getProperty(java.lang.String propertyName)
ClientConfig
getProperty
in interface ClientConfig
propertyName
- the property name.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |