|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.axis.resolver.ResolverContext
Contains the information necessary for resolving a specific handler.
Constructor Summary | |
ResolverContext()
|
|
ResolverContext(java.lang.String key)
|
Method Summary | |
java.lang.String |
getKey()
Return the handler key |
java.util.Map |
getProperties()
Get all of the context properties |
java.lang.Object |
getProperty(java.lang.String name)
Return a context property |
Resolver |
getResolver()
Return the top level resolver |
void |
setKey(java.lang.String key)
Set the handler key |
void |
setProperties(java.util.Map properties)
Set the context properties |
void |
setProperty(java.lang.String name,
java.lang.Object value)
Context properties are used to provide additional information that may be needed to either resolve or instantiate a handler |
void |
setResolver(Resolver resolver)
Set the top level resolver |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ResolverContext()
public ResolverContext(java.lang.String key)
Method Detail |
public Resolver getResolver()
public void setResolver(Resolver resolver)
public java.lang.String getKey()
public void setKey(java.lang.String key)
public void setProperty(java.lang.String name, java.lang.Object value)
public java.lang.Object getProperty(java.lang.String name)
public java.util.Map getProperties()
public void setProperties(java.util.Map properties)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |