csoap
Class GlobalManaging

java.lang.Object
  extended bycsoap.GlobalManaging
Direct Known Subclasses:
GlobalManagingClient, GlobalManagingServer

public class GlobalManaging
extends java.lang.Object


Field Summary
protected static HandlerRegistryImpl handlerRegistry
           
protected static csoap.deployment.deployment objectDeployment
           
protected static csoap.deployment.deployedServices objectServices
           
protected static csoap.xml.rpc.encoding.TypeMappingRegistryImpl typeMappingRegistry
           
 
Constructor Summary
GlobalManaging()
           
 
Method Summary
static javax.xml.rpc.handler.HandlerRegistry getHandlerRegistry()
           
static int receiveWsdd(java.io.InputStream is)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

handlerRegistry

protected static HandlerRegistryImpl handlerRegistry

typeMappingRegistry

protected static csoap.xml.rpc.encoding.TypeMappingRegistryImpl typeMappingRegistry

objectServices

protected static csoap.deployment.deployedServices objectServices

objectDeployment

protected static csoap.deployment.deployment objectDeployment
Constructor Detail

GlobalManaging

public GlobalManaging()
Method Detail

receiveWsdd

public static int receiveWsdd(java.io.InputStream is)

getHandlerRegistry

public static javax.xml.rpc.handler.HandlerRegistry getHandlerRegistry()