edu.cmu.aura.service
Class PSGlobal

java.lang.Object
  |
  +--edu.cmu.aura.service.PSGlobal

public class PSGlobal
extends java.lang.Object

Note this class is public as an implementation artifact and should not be used directly. It should be removed in future releases. This class containts global objects for use in implementing primitive services. Currently the uses of this class are to contain a single ObjectSerializer instance that can be used as well as a TypeRegistry containing mappings between Java types and Primitive Service Interface types.


Field Summary
static edu.cmu.aura.service.xml.ObjectSerializer objectSerializer
           
static edu.cmu.aura.service.xml.TypeRegistry typeRegistry
           
 
Constructor Summary
PSGlobal()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

objectSerializer

public static edu.cmu.aura.service.xml.ObjectSerializer objectSerializer

typeRegistry

public static edu.cmu.aura.service.xml.TypeRegistry typeRegistry
Constructor Detail

PSGlobal

public PSGlobal()