com.metamatrix.soap.util
Class SOAPConstants

java.lang.Object
  extended by com.metamatrix.soap.util.SOAPConstants

public final class SOAPConstants
extends java.lang.Object

This file will contain all of the constants used by the MetaMatrix SOAP service


Nested Class Summary
static class SOAPConstants.AUTHENTICATION
          This class contains the literal XML tag names and attributes tags for the authentication XML used in the MetaMatrix SOAP service.
static class SOAPConstants.METADATA_TYPES
           
static class SOAPConstants.SESSION_ID
          This class contains the literal XML tag names and attributes for the session id
static class SOAPConstants.STORED_PROCEDURE_PARAMETERS
           
 
Field Summary
static java.lang.String APP_NAME
          Name of property used to set the application name in a MetaMatrix connection.
static java.lang.String CLIENT_AUTHENTICATION_FAULT
          Indicates that the client did not have enough information to process the authentication or that the authentication message was incorrectly formed.
static java.lang.String CLIENT_CONNECTION_FAULT
          Indicates that there was a failure when attempting to establish a connection to the SOAP Connection architecture
static java.lang.String CLIENT_FAULT
          A general client fault
static java.lang.String CLIENT_QUERY_EXECUTION_FAULT
          Indicates that the client did not have enough information in the request to submit a query to the MetaMatrix server
static java.lang.String CLIENT_STOREDPROCEDURE_EXECUTION_FAULT
          Indicates that the client did not have enough information to process a Stored procedure execution request against the MetaMatrix server.
static java.lang.String CLIENT_TIMEOUT
          A timeout has occured on the Client side
static java.lang.String CLIENT_UPDATE_EXECUTION_FAULT
          Indicates that the client did not have enough information to submit an insert, update, or delete statement to the MetaMatrix server
static java.lang.String NON_SECURE_PROTOCOL
          Non-secure MetaMatrix Protocol.
static java.lang.String SECURE_PROTOCOL
          Non-secure MetaMatrix Protocol.
static java.lang.String SERVER_AUTHENTICATION_FAULT
          Indicates that there was an authentication failure when attempting to authenticate
static java.lang.String SERVER_CONNECTION_FAULT
          Indicates that there was a failure when attempting to establish a connection on the server side to the MetaMatrixServer
static java.lang.String SERVER_FAULT
          A general server fault
static java.lang.String SERVER_LICENSE_EXCEPTION
          Indicates that the server is not licensed for the MetaMatrix SOAP API
static java.lang.String SERVER_QUERY_EXECUTION_FAULT
          Indicates that there was a failure when attempting to execute the query against the MetaMatrix server
static java.lang.String SERVER_STOREDPROCEDURE_EXECUTION_FAULT
          Indicates that an error occurred in the MetaMatrix server while executing the Stored procedure execution
static java.lang.String SERVER_TIMEOUT
          A timeout has occured on the Server side
static java.lang.String SERVER_TRANSLATION_FAULT
          Indicates that there was a translation error when attempting to translate the results into a SOAP specific return message on the server
static java.lang.String SERVER_UPDATE_EXECUTION_FAULT
          Indicates that there was a failure executing the insert,update, or delete against the MetaMatrix server
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

APP_NAME

public static final java.lang.String APP_NAME
Name of property used to set the application name in a MetaMatrix connection.

See Also:
Constant Field Values

NON_SECURE_PROTOCOL

public static final java.lang.String NON_SECURE_PROTOCOL
Non-secure MetaMatrix Protocol.

See Also:
Constant Field Values

SECURE_PROTOCOL

public static final java.lang.String SECURE_PROTOCOL
Non-secure MetaMatrix Protocol.

See Also:
Constant Field Values

CLIENT_AUTHENTICATION_FAULT

public static final java.lang.String CLIENT_AUTHENTICATION_FAULT
Indicates that the client did not have enough information to process the authentication or that the authentication message was incorrectly formed.

See Also:
Constant Field Values

SERVER_AUTHENTICATION_FAULT

public static final java.lang.String SERVER_AUTHENTICATION_FAULT
Indicates that there was an authentication failure when attempting to authenticate

See Also:
Constant Field Values

SERVER_CONNECTION_FAULT

public static final java.lang.String SERVER_CONNECTION_FAULT
Indicates that there was a failure when attempting to establish a connection on the server side to the MetaMatrixServer

See Also:
Constant Field Values

CLIENT_CONNECTION_FAULT

public static final java.lang.String CLIENT_CONNECTION_FAULT
Indicates that there was a failure when attempting to establish a connection to the SOAP Connection architecture

See Also:
Constant Field Values

CLIENT_QUERY_EXECUTION_FAULT

public static final java.lang.String CLIENT_QUERY_EXECUTION_FAULT
Indicates that the client did not have enough information in the request to submit a query to the MetaMatrix server

See Also:
Constant Field Values

SERVER_QUERY_EXECUTION_FAULT

public static final java.lang.String SERVER_QUERY_EXECUTION_FAULT
Indicates that there was a failure when attempting to execute the query against the MetaMatrix server

See Also:
Constant Field Values

SERVER_TRANSLATION_FAULT

public static final java.lang.String SERVER_TRANSLATION_FAULT
Indicates that there was a translation error when attempting to translate the results into a SOAP specific return message on the server

See Also:
Constant Field Values

SERVER_LICENSE_EXCEPTION

public static final java.lang.String SERVER_LICENSE_EXCEPTION
Indicates that the server is not licensed for the MetaMatrix SOAP API

See Also:
Constant Field Values

CLIENT_UPDATE_EXECUTION_FAULT

public static final java.lang.String CLIENT_UPDATE_EXECUTION_FAULT
Indicates that the client did not have enough information to submit an insert, update, or delete statement to the MetaMatrix server

See Also:
Constant Field Values

SERVER_UPDATE_EXECUTION_FAULT

public static final java.lang.String SERVER_UPDATE_EXECUTION_FAULT
Indicates that there was a failure executing the insert,update, or delete against the MetaMatrix server

See Also:
Constant Field Values

CLIENT_STOREDPROCEDURE_EXECUTION_FAULT

public static final java.lang.String CLIENT_STOREDPROCEDURE_EXECUTION_FAULT
Indicates that the client did not have enough information to process a Stored procedure execution request against the MetaMatrix server.

See Also:
Constant Field Values

SERVER_STOREDPROCEDURE_EXECUTION_FAULT

public static final java.lang.String SERVER_STOREDPROCEDURE_EXECUTION_FAULT
Indicates that an error occurred in the MetaMatrix server while executing the Stored procedure execution

See Also:
Constant Field Values

CLIENT_TIMEOUT

public static final java.lang.String CLIENT_TIMEOUT
A timeout has occured on the Client side

See Also:
Constant Field Values

SERVER_TIMEOUT

public static final java.lang.String SERVER_TIMEOUT
A timeout has occured on the Server side

See Also:
Constant Field Values

SERVER_FAULT

public static final java.lang.String SERVER_FAULT
A general server fault

See Also:
Constant Field Values

CLIENT_FAULT

public static final java.lang.String CLIENT_FAULT
A general client fault

See Also:
Constant Field Values


Copyright © 2009. All Rights Reserved.