|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.axis.resolver.AxisResolver
This is the primary top level resolver in Axis. It maintains a list of registered Resolvers and loops through them when a resolve request is made The first non-null result is returned.
Constructor Summary | |
AxisResolver()
|
Method Summary | |
boolean |
getAllowCaching()
|
void |
registerResolver(Resolver resolver)
Register a new resolver |
Handler |
resolve(ResolverContext context)
Resolve a handler by looping through the list of registered resolvers. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AxisResolver()
Method Detail |
public void registerResolver(Resolver resolver)
public Handler resolve(ResolverContext context) throws ResolverException
resolve
in interface Resolver
public boolean getAllowCaching()
getAllowCaching
in interface Resolver
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |