Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.axis.configuration
Class BasicClientConfig  view BasicClientConfig download BasicClientConfig.java

java.lang.Object
  extended byorg.apache.axis.configuration.SimpleProvider
      extended byorg.apache.axis.configuration.BasicClientConfig
All Implemented Interfaces:
org.apache.axis.EngineConfiguration

public class BasicClientConfig
extends SimpleProvider

A SimpleProvider set up with hardcoded basic configuration for a client (i.e. http and local transports).


Field Summary
 
Fields inherited from class org.apache.axis.configuration.SimpleProvider
defaultConfiguration, globalOptions, globalRequest, globalResponse, handlers, roles, services, tmr, transports
 
Fields inherited from interface org.apache.axis.EngineConfiguration
PROPERTY_NAME
 
Constructor Summary
BasicClientConfig()
          Constructor - deploy client-side basic transports.
 
Methods inherited from class org.apache.axis.configuration.SimpleProvider
addRole, configureEngine, deployService, deployService, deployTransport, deployTransport, getDeployedServices, getGlobalOptions, getGlobalRequest, getGlobalResponse, getHandler, getRoles, getService, getServiceByNamespaceURI, getTransport, getTypeMapping, getTypeMappingRegistry, removeRole, setGlobalOptions, setGlobalRequest, setGlobalResponse, setRoles, writeEngineConfig
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicClientConfig

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