|
||||||||||
| 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<Protocol>
org.apache.droids.helper.factories.ProtocolFactory
public class ProtocolFactory
Factory that will lookup a protocol plugin and return it.
| Field Summary |
|---|
| Fields inherited from class org.apache.droids.helper.Loggable |
|---|
log |
| Constructor Summary | |
|---|---|
ProtocolFactory()
|
|
| Method Summary | |
|---|---|
Protocol |
getProtocol(java.net.URI uri)
Will lookup a protocol based on the underlying uri |
| 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 ProtocolFactory()
| Method Detail |
|---|
public Protocol getProtocol(java.net.URI uri)
throws ProtocolNotFoundException
uri - the string that contains the protocol
ProtocolNotFoundException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||