Package | Description |
---|---|
org.astrogrid.samp.xmlrpc |
Classes relating to Standard Profile and XML-RPC pluggable implementation layer.
|
Modifier and Type | Field and Description |
---|---|
static ActorHandler.SampType |
ActorHandler.SampType.LIST
List type.
|
static ActorHandler.SampType |
ActorHandler.SampType.MAP
Map type.
|
static ActorHandler.SampType |
ActorHandler.SampType.STRING
String type.
|
Modifier and Type | Method and Description |
---|---|
static ActorHandler.SampType |
ActorHandler.SampType.getClassType(java.lang.Class clazz)
Returns the SampType corresponding to a given java class.
|
static ActorHandler.SampType |
ActorHandler.SampType.getParamType(java.lang.Object param)
Returns the SampType corresponding to a given object.
|
Constructor and Description |
---|
Signature(java.lang.String name,
ActorHandler.SampType[] types)
Constructor.
|