Package wt.httpgw


package wt.httpgw
  • Class
    Description
    The public interface for HTTP request property keys (eg.
    Deprecated.
    As of 7.0, replaced by {@link #wt.util.EncodingConverter}

    Supported API: true
    Extendable: false
    A MethodAuthenticator that is used to transport trusted user authentication from a HTTP Gateway process to a method server.
    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.
    HTTP Authentication service.
    This is a bootstrapping authenticator used if server is the willing to accept user names as authenticated by the HTTP server.
    This class is a carrier of HTTP request information to a Windchill method server.
    This class is a carrier of HTTP request information to a Windchill method server.
    This class is a carrier of HTTP response information back to an HTTP gateway from a method server.
    This class is a carrier of HTTP response information back to an HTTP gateway from a method server.
    The HTTPServer class represents the server-side service interface for dispatching HTTP requests to their corresponding service methods.
    LanguagePreference contains methods used to parse HTTP Accept-Language strings and retrieve the 'sub-parts' of the strings.
    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.
    A URL and HREF factory for Windchill application resources.
    A JavaBean for use in Java Server Pages or Servlets that wish to use Windchill Java client or server APIs.
    This class sets up a WTContext and/or MethodContext in its constructors if these are not already available for the given thread and then undoes any setup it did in its destroy() method.