Package wt.httpgw

Provides HTTPGateway support including HTTPLogin, HTTPRequest, HTTPResponse and URLFactory.

See:
          Description

Interface Summary
CGIConstants The public interface for HTTP request property keys (eg.
ServletRequestHandler  
 

Class Summary
AuthHandler A simple authorization handler that throws up a message box requesting both a username and password.
BasicAuthBox  
DemoAuthentication A version of HTTP Authentication service that simply extracts the user name from HTTP Basic authorization headers.
DispatchRequestHandler  
EncodingConverter Deprecated. As of 7.0, replaced by #wt.util.EncodingConverter

Supported API: true
Extendable: false
FilterChainImpl Simple internal implementation of FilterChain interface
FilterConfigImpl Simple internal implementation of FilterConfig interface.
FormAuthentication Form Authentication service.
FormLogin This is a bootstrapping authenticator used if server is willing to accept user names as authenticated via Form authentication.
GatewayAuthenticator A MethodAuthenticator that is used to transport trusted user authentication from a HTTP Gateway process to a method server.
GatewayServletHelper The GatewayServletHelper class is designed to work with the URLFactory to provide a series of accessory methods to build invokations through the Anonymous and Authenticated gateways.
GatewayURL Deprecated.  
GatewayURL.FactoryManager This inner class is responsible for the determination or creation of an URLFactory instance within the current MethodContext and caching that instance in the MethodContext for further use.
HTTPAuthentication HTTP Authentication service.
HTTPAuthGatewayServlet The servlet front end to the Windchill HTTP gateway.
HTTPGateway The HTTPGateway class represents the conduit between the Web server and the NetFactor method server.
HTTPGatewayMain The HTTP gateway application main.
HTTPGatewayServlet The servlet front end to the Windchill HTTP gateway.
HTTPLogin This is a bootstrapping authenticator used if server is willing to accept user names as authenticated by the HTTP server.
HTTPLoginInputStreamFactory  
HTTPRequest This class is a carrier of HTTP request information to a Windchill method server.
HTTPRequestImpl This class is a carrier of HTTP request information to a Windchill method server.
HTTPResponse This class is a carrier of HTTP response information back to an HTTP gateway from a method server.
HTTPResponseHeaders Class to facilitate holding and processing HTTP response headers.
HTTPResponseImpl This class is a carrier of HTTP response information back to an HTTP gateway from a method server.
HTTPServer The HTTPServer class represents the server-side service interface for dispatching HTTP requests to their corresponding service methods.
HTTPServletRequest  
HTTPServletResponse  
LanguagePreference LanguagePreference contains methods used to parse HTTP Accept-Language strings and retrieve the 'sub-parts' of the strings.
MethodRequestHandler  
ServerAffinityCache  
ServerCodebaseUrlCleaner An xconf PropagationAction that will check if the property wt.webserver.port=80 and if it does, it will change the valu eof the wt.server.codebase property to equal:
URLData The URLData class is a data structure utilized by the URLFactory and other classes that need the capability to store explicitly the URL information necessary to construct URLs and HREFs in the Windchill environment.
URLFactory A URL and HREF factory for Windchill application resources.
WTAuthServlet The in-process version of the authenticated Windchill HTTP gateway.
WTContextBean A JavaBean for use in Java Server Pages or Servlets that wish to use Windchill Java client or server APIs.
WTContextBean.Finalizer  
WTContextBean.ServerContextHelper  
WTContextBeanHandler  
WTServlet  
WTURLEncoder Deprecated.  
 

Package wt.httpgw Description

Provides HTTPGateway support including HTTPLogin, HTTPRequest, HTTPResponse and URLFactory.