org.apache.axis.resolver
Class ConfigurationResolver

java.lang.Object
  |
  +--org.apache.axis.resolver.ConfigurationResolver
All Implemented Interfaces:
Resolver

public class ConfigurationResolver
extends java.lang.Object
implements Resolver

Resolves handlers, chains, transports, and services that are listed in the Axis configuration file. Will be finished soon.

Author:
James Snell (jasnell@us.ibm.com)

Constructor Summary
ConfigurationResolver()
           
 
Method Summary
 boolean getAllowCaching()
           
 Handler resolve(ResolverContext context)
          Resolves a handler instance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationResolver

public ConfigurationResolver()
Method Detail

resolve

public Handler resolve(ResolverContext context)
                throws ResolverException
Description copied from interface: Resolver
Resolves a handler instance
Specified by:
resolve in interface Resolver

getAllowCaching

public boolean getAllowCaching()
Specified by:
getAllowCaching in interface Resolver


Copyright © 2001 Apache XML Project. All Rights Reserved.