Package com.wm.app.b2b.server

The server package contains classes that you use to interact with relational databases and perform server operations.

See:
          Description

Interface Summary
ContentHandler A ContentHandler will field incoming requests of a particular MIME type.
 

Class Summary
AccessException Constructs access exceptions.
ContentHandlerFactory In order to add a content handler to the server you must provide a factory that instantiates new instances of the content handler.
Credential This class represents a generic "thing" which is used for validation.
Credentials Represents a set of Credential objects.
DBConnection The DBConnection class is an abstract class that represents a connection to a remote database.
DBConnectionException This class is returned by DBConnectionManager if it cannot establish the requested database connection.
DBConnectionManager The DBConnectionManager class contains methods that are used to manage database connections.
DBException This class is returned by DBConnection and its subclasses when a database operation fails.
DBTypes This class contains utility methods you can use to map SQL string-based data type names (e.g., VARCHAR) to standard, integer-based SQL type codes (e.g., 12).
Group Represents a group on the webMethods Integration Server.
InvokeState The InvokeState encapsulates some of the most important information about service invocations on the webMethods Integration Server.
ISRuntimeException  
JDBCConnection The JDBCConnection class contains methods that you use to interact with a JDBC database.
ServerAPI Central point of access for internal server functionality.
Service The Service class contains a collection of methods for gaining access to Objects commonly used by Server services.
ServiceException This is a general exception thrown when a service fails.
ServiceSetupException  
ServiceThread Contains methods that return the pipeline from a service running in this service thread.
Session Session is a subclass of Values that stores the user's active session information including: session id, session timeout, start time, last call time, and call count.
UGClass Generic class used to represent both User and Group objects.
User Represents a user on the webMethods Integration Server.
 

Package com.wm.app.b2b.server Description

The server package contains classes that you use to interact with relational databases and perform server operations.