|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectraccoon.core.badhnati.castor.CastorParser
raccoon.core.manager.thin.ComponentLoader
public class ComponentLoader
Utility service that reads an XML stream and returns the corresponding component descriptor.
| Field Summary |
|---|
| Fields inherited from class raccoon.core.badhnati.castor.CastorParser |
|---|
DEFAULT_MAPPING_FILE_NAME, mStdResolver |
| Constructor Summary | |
|---|---|
ComponentLoader()
|
|
| Method Summary | |
|---|---|
Component |
loadComponent(java.net.URL pComponentFile)
Loads the component. |
void |
marshalComponent(Component pComponent,
java.io.OutputStream pOutputStream)
|
| Methods inherited from class raccoon.core.badhnati.castor.CastorParser |
|---|
marshal, marshal, marshal, unmarshal |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ComponentLoader()
| Method Detail |
|---|
public Component loadComponent(java.net.URL pComponentFile)
throws RaccoonException
pComponentFile - the XML Stream containing the description of the component.
RaccoonException - if the XML Stream is corrupted or invalid.
public void marshalComponent(Component pComponent,
java.io.OutputStream pOutputStream)
throws RaccoonException
RaccoonException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||