FileDocCategorySizeDatePackage
BasicClientConfig.javaAPI DocApache Axis 1.41431Sat Apr 22 18:57:28 BST 2006org.apache.axis.configuration

BasicClientConfig

public class BasicClientConfig extends SimpleProvider
A SimpleProvider set up with hardcoded basic configuration for a client (i.e. http and local transports).
author
Glen Daniels (gdaniels@apache.org)

Fields Summary
Constructors Summary
public BasicClientConfig()
Constructor - deploy client-side basic transports.

        deployTransport("java", new SimpleTargetedChain(new JavaSender()));
        deployTransport("local", new SimpleTargetedChain(new LocalSender()));
        deployTransport("http", new SimpleTargetedChain(new HTTPSender()));
    
Methods Summary