Copyright @ 2002 SAP. All Rights Reserved.

Uses of Package
com.sap.tc.complib.provider

Packages that use com.sap.tc.complib.provider
com.sap.tc.complib Provides classes and interfaces for the creation and manipulation of development components, software components and public parts. 
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. 
 

Classes in com.sap.tc.complib.provider used by com.sap.tc.complib
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.
ProviderException
          This exception reports that an InputProvider or OutputProvider was no able to deliver a requested component or public part.
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.
 

Classes in com.sap.tc.complib.provider used by com.sap.tc.complib.provider
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.
FileConfigProvider
           
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.
ProviderException
          This exception reports that an InputProvider or OutputProvider was no able to deliver a requested component or public part.
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.
 


Copyright @ 2002 SAP. All Rights Reserved.