Uses of Class
wt.method.MethodArgs

Packages that use MethodArgs
wt.auth Provides Authentication using one of several AuthenticationHandlers and the AuthenticationServer
wt.httpgw Provides HTTPGateway support including HTTPLogin, HTTPRequest, HTTPResponse and URLFactory
wt.method Defines the standard Windchill MethodServer and MethodServerLauncher and related functionality. 
wt.session Overview 
 

Uses of MethodArgs in wt.auth
 

Methods in wt.auth that return MethodArgs
 MethodArgs SimpleMethodAuthenticator.newMethodArgs()
          Supported API: false
 MethodArgs SimpleMethodAuthenticator.endorse(MethodArgs args)
          Supported API: false
 MethodArgs ReAuthAuthenticator.newMethodArgs()
          Supported API: false
 MethodArgs ReAuthAuthenticator.endorse(MethodArgs args)
          Supported API: false
 MethodArgs NullLogin.newMethodArgs()
          Supported API: false
 MethodArgs NullLogin.endorse(MethodArgs args)
          Supported API: false
 

Methods in wt.auth with parameters of type MethodArgs
 MethodArgs SimpleMethodAuthenticator.endorse(MethodArgs args)
          Supported API: false
 boolean SimpleMethodAuthenticator.failure(MethodArgs args, AuthenticationException e)
          Supported API: false
 MethodArgs ReAuthAuthenticator.endorse(MethodArgs args)
          Supported API: false
 boolean ReAuthAuthenticator.failure(MethodArgs args, AuthenticationException e)
          Supported API: false
 MethodArgs NullLogin.endorse(MethodArgs args)
          Supported API: false
 boolean NullLogin.failure(MethodArgs args, AuthenticationException e)
          Supported API: false
 

Uses of MethodArgs in wt.httpgw
 

Methods in wt.httpgw that return MethodArgs
 MethodArgs HTTPLogin.newMethodArgs()
          Supported API: false
 MethodArgs HTTPLogin.endorse(MethodArgs args)
          Supported API: false
 MethodArgs GatewayAuthenticator.newMethodArgs()
          Create new MethodArgs object or a subclass used by this authenticator Supported API: true
 MethodArgs GatewayAuthenticator.endorse(MethodArgs args)
          Endorse the current message - may replace it with a subclass if necessary Supported API: true
 MethodArgs FormLogin.newMethodArgs()
          Supported API: false
 MethodArgs FormLogin.endorse(MethodArgs args)
          Supported API: false
 

Methods in wt.httpgw with parameters of type MethodArgs
 MethodArgs HTTPLogin.endorse(MethodArgs args)
          Supported API: false
 boolean HTTPLogin.failure(MethodArgs args, AuthenticationException e)
          Supported API: false
 MethodArgs GatewayAuthenticator.endorse(MethodArgs args)
          Endorse the current message - may replace it with a subclass if necessary Supported API: true
 boolean GatewayAuthenticator.failure(MethodArgs args, AuthenticationException e)
          Report failure and determine if authenticator should be deinstalled.
 MethodArgs FormLogin.endorse(MethodArgs args)
          Supported API: false
 boolean FormLogin.failure(MethodArgs args, AuthenticationException e)
          Supported API: false
 

Uses of MethodArgs in wt.method
 

Fields in wt.method declared as MethodArgs
 MethodArgs MethodResult.args
           
private  MethodArgs MethodContext.args
           
 

Methods in wt.method that return MethodArgs
 MethodArgs MethodContext.getMethodArgs()
          Get the RMI method arguments associated with this context.
 MethodArgs MethodAuthenticator.newMethodArgs()
          Supported API: true
 MethodArgs MethodAuthenticator.endorse(MethodArgs args)
          Supported API: true
 

Methods in wt.method with parameters of type MethodArgs
protected  MethodAuthenticator RemoteMethodServer.handleAuthenticationException(Throwable server_exception, MethodAuthenticator authenticator, MethodArgs invoke_args)
          Handle AuthenticationExceptions thrown from the server.
 MethodResult MethodServerImpl.invoke(MethodArgs args)
          Dynamically invoke a given method.
private  boolean MethodServerImpl.redirect(MethodArgs args)
           
private  void MethodServerImpl.printException(Throwable t, MethodArgs args)
           
 MethodResult MethodServer.invoke(MethodArgs method_args)
          Supported API: false
private  void MethodResultWriter.printException(Throwable t, MethodArgs args)
           
 MethodArgs MethodAuthenticator.endorse(MethodArgs args)
          Supported API: true
 boolean MethodAuthenticator.failure(MethodArgs args, AuthenticationException e)
          Supported API: true
 void MethodArgsReaderIfc.readExternal(MethodArgs args, ObjectInput input_stream)
           
 void MethodArgsReader.readExternal(MethodArgs args, ObjectInput input_stream)
           
private  void MethodArgsReader.printException(Throwable t, MethodArgs args)
           
 

Constructors in wt.method with parameters of type MethodArgs
MethodContext(MethodArgs method_args)
          Constructor used while RMI method arguments are being unmarshaled.
 

Uses of MethodArgs in wt.session
 

Methods in wt.session that return MethodArgs
 MethodArgs TransientSessionAuthenticator.newMethodArgs()
          Supported API: false
 MethodArgs TransientSessionAuthenticator.endorse(MethodArgs args)
          Supported API: false
 MethodArgs SimpleSessionAuthenticator.newMethodArgs()
          Supported API: false
 MethodArgs SimpleSessionAuthenticator.endorse(MethodArgs args)
          Supported API: false
 

Methods in wt.session with parameters of type MethodArgs
 MethodArgs TransientSessionAuthenticator.endorse(MethodArgs args)
          Supported API: false
 boolean TransientSessionAuthenticator.failure(MethodArgs args, AuthenticationException e)
          Supported API: false
 MethodArgs SimpleSessionAuthenticator.endorse(MethodArgs args)
          Supported API: false
 boolean SimpleSessionAuthenticator.failure(MethodArgs args, AuthenticationException e)
          Supported API: false