Uses of Interface
wt.method.ServicesHandlerIfc

Packages that use ServicesHandlerIfc
wt.httpgw Provides HTTPGateway support including HTTPLogin, HTTPRequest, HTTPResponse and URLFactory
wt.method Defines the standard Windchill MethodServer and MethodServerLauncher and related functionality. 
wt.services Defines ManagerService (see the reference implementation StandardManagerService ) which is a Manager (see StandardManager and its subclasses) obtained from a ManagerResourceFactory (see wt.services.StandardMangerFactory) and deals with both startup and event processing of services; this package is the basis of all Windchill services. 
 

Uses of ServicesHandlerIfc in wt.httpgw
 

Fields in wt.httpgw declared as ServicesHandlerIfc
private static ServicesHandlerIfc WTServlet.servicesHandler
           
 

Uses of ServicesHandlerIfc in wt.method
 

Fields in wt.method declared as ServicesHandlerIfc
private  ServicesHandlerIfc WTAdapter.servicesHandler
           
private  ServicesHandlerIfc MethodServerMain.servicesHandler
           
 

Uses of ServicesHandlerIfc in wt.services
 

Classes in wt.services that implement ServicesHandlerIfc
 class StandardServicesHandler
          Standard services handler.