|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.droids.helper.Loggable
org.apache.droids.helper.factories.GenericFactory<Parser>
org.apache.droids.helper.factories.ParserFactory
public class ParserFactory
Factory that will lookup a parser by its identifier and return it.
| Field Summary |
|---|
| Fields inherited from class org.apache.droids.helper.Loggable |
|---|
log |
| Constructor Summary | |
|---|---|
ParserFactory()
|
|
| Method Summary | |
|---|---|
Parser |
getParser(java.lang.String contentType)
Lookup a parser by its identifier (content type) and return it. |
| Methods inherited from class org.apache.droids.helper.factories.GenericFactory |
|---|
getMap, resolve, setMap |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ParserFactory()
| Method Detail |
|---|
public Parser getParser(java.lang.String contentType)
throws DroidsException
contentType - for which content type we need a parser
DroidsException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||