|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is a component that converts a profile (= object tree) to a persistence format.
Field Summary | |
static String |
ROLE
The role to lookup this component. |
Method Summary | |
Object |
getObject(InputStream stream,
String profileType,
Map references,
Map parameters)
Load an object from the given input stream. |
void |
storeObject(OutputStream stream,
String profileType,
Object object,
Map parameters)
Save an object to a given stream. |
Field Detail |
public static final String ROLE
Method Detail |
public Object getObject(InputStream stream, String profileType, Map references, Map parameters) throws ConverterException
stream
- The input stream with the data.profileType
- ProfileLS
references
- A map of references referenced from the profile.parameters
- An optional map of parameters for the conversion.
ConverterException
public void storeObject(OutputStream stream, String profileType, Object object, Map parameters) throws ConverterException
stream
- The output stream.profileType
- ProfileLS
object
- The object to save.parameters
- An optional map of parameters for the conversion.
ConverterException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |