com.softwareag.tamino.db.api.response
Class TServerEchoImpl

java.lang.Object
  extended by com.softwareag.tamino.db.api.response.TServerEchoImpl
All Implemented Interfaces:
TServerEcho

public class TServerEchoImpl
extends java.lang.Object
implements TServerEcho

TServerEchoImpl is the implemantation of the TServerEcho interface.

Version:
$Revision: 1.2 $
Author:
Stefan Liebig

Constructor Summary
TServerEchoImpl(TMessageContentItem messageContentItem)
          Create the TServerEchoImpl instance.
 
Method Summary
 java.lang.String getAcceptCharset()
          Get the Accept-Charset.
 java.lang.String getAcceptLanguage()
          Get the Accept-Language.
 java.lang.String getAuthenticatedUserID()
          Get the Authenticated User ID.
 java.lang.String getAuthenticationType()
          Get Authentication Type.
 java.lang.String getClientsDNSName()
          Get the Client's DNS name.
 java.lang.String getClientsIPAddress()
          Get the Client's IP address.
 java.lang.String getRequestMethod()
          Get Request Method.
 java.lang.String getServerSoftware()
          Get the Server Software.
 java.lang.String getWebserversHostname()
          Get the Webserver's hostname.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TServerEchoImpl

public TServerEchoImpl(TMessageContentItem messageContentItem)
Create the TServerEchoImpl instance.

Method Detail

getAuthenticatedUserID

public java.lang.String getAuthenticatedUserID()
Get the Authenticated User ID.

Specified by:
getAuthenticatedUserID in interface TServerEcho
Returns:
Authenticated User ID.

getAuthenticationType

public java.lang.String getAuthenticationType()
Get Authentication Type.

Specified by:
getAuthenticationType in interface TServerEcho
Returns:
Authentication Type.

getRequestMethod

public java.lang.String getRequestMethod()
Get Request Method.

Specified by:
getRequestMethod in interface TServerEcho
Returns:
Request Method.

getClientsIPAddress

public java.lang.String getClientsIPAddress()
Get the Client's IP address.

Specified by:
getClientsIPAddress in interface TServerEcho
Returns:
Client's IP address.

getClientsDNSName

public java.lang.String getClientsDNSName()
Get the Client's DNS name.

Specified by:
getClientsDNSName in interface TServerEcho
Returns:
Client's DNS name.

getWebserversHostname

public java.lang.String getWebserversHostname()
Get the Webserver's hostname.

Specified by:
getWebserversHostname in interface TServerEcho
Returns:
Webserver's hostname.

getServerSoftware

public java.lang.String getServerSoftware()
Get the Server Software.

Specified by:
getServerSoftware in interface TServerEcho
Returns:
Server Software.

getAcceptCharset

public java.lang.String getAcceptCharset()
Get the Accept-Charset.

Specified by:
getAcceptCharset in interface TServerEcho
Returns:
Accept-Charset.

getAcceptLanguage

public java.lang.String getAcceptLanguage()
Get the Accept-Language.

Specified by:
getAcceptLanguage in interface TServerEcho
Returns:
Accept-Language.


Copyright (c) 2013 Software AG. All Rights Reserved.