Copyright @ 2002 SAP. All Rights Reserved.

Package com.sap.tc.complib.provider

Provides classes and interfaces for the serialization or initialization of components and public parts to or from their corresponding description files.

See:
          Description

Interface Summary
ConfigurationInputProvider  
ConfigurationOutputProvider  
DCInputProvider This interface represents a generic provider for input streams used to unmarshal development components.
DCOutputProvider This interface represents a generic provider for output streams used to marshal development components.
PPInputProvider This interface represents a generic provider for input streams used to unmarshal public parts.
PPOutputProvider This interface represents a generic provider for output streams used to marshal public parts.
SCInputProvider This interface represents a generic provider for input streams used to unmarshal software components.
SCOutputProvider This interface represents a generic provider for output streams used to marshal software components.
 

Class Summary
FileConfigInputProvider  
FileConfigOutputProvider  
FileConfigProvider  
FileInputProvider This class implements a DCInputProvider used to unmarshal development components from a local file system.
FileOutputProvider This class implements a DCOutputProvider used to marshal development components to a local file system.
SimpleFileConfigInputProvider  
SimpleFileConfigOutputProvider  
StreamConfigInputProvider Adapter to read a development configuration from a given InputStream
StreamConfigOutputProvider Adapter to serialize a development configuration to a given OutputStream
StreamDCOutputProvider  
 

Exception Summary
ProviderException This exception reports that an InputProvider or OutputProvider was no able to deliver a requested component or public part.
 

Package com.sap.tc.complib.provider Description

Provides classes and interfaces for the serialization or initialization of components and public parts to or from their corresponding description files.


Copyright @ 2002 SAP. All Rights Reserved.