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.
 

Class Summary
EncodingConverter Deprecated. As of 7.0, replaced by #wt.util.EncodingConverter

Supported API: true
Extendable: false
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.
HTTPAuthentication HTTP Authentication service.
HTTPLogin This is a bootstrapping authenticator used if server is willing to accept user names as authenticated by the HTTP server.
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.
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.
LanguagePreference LanguagePreference contains methods used to parse HTTP Accept-Language strings and retrieve the 'sub-parts' of the strings.
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.
WTContextBean A JavaBean for use in Java Server Pages or Servlets that wish to use Windchill Java client or server APIs.
 

Package wt.httpgw Description

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