Uses of Class
com.ibm.datapower.wamt.soma.SOMAException

Packages that use SOMAException
com.ibm.datapower.wamt.clientAPI The clientAPI package encapsulates the logic for managing DataPower appliances, providing the API that should be used by a user interface to interact with one or more appliances. 
com.ibm.datapower.wamt.soma   
 

Uses of SOMAException in com.ibm.datapower.wamt.clientAPI
 

Methods in com.ibm.datapower.wamt.clientAPI that throw SOMAException
 java.util.Map<java.lang.String,java.util.List<Status>> Domain.getAllStatus()
          Get all status
 SOMACommands Device.getSOMACommands()
          Get the SOMA commands implementation to use for this device.
 java.util.List<Status> Domain.getStatus(java.lang.String name)
          Get a status
 

Uses of SOMAException in com.ibm.datapower.wamt.soma
 

Subclasses of SOMAException in com.ibm.datapower.wamt.soma
 class SOMAIOException
          An I/O problem occurred while communicating to the device via the network such as hostname not found, connection refused, connection timed out, etc.
 

Methods in com.ibm.datapower.wamt.soma that throw SOMAException
 org.w3c.dom.Node SOAPHelper.call(DeviceContext device, byte[] header, byte[] footer, java.io.InputStream requestDocument)
          Given a requestDocument (as an combination of header bytes, an InputStream containing the blob, and footer bytes), this method provides a high-level API to wrap the SOAP envelope, create an SSL connection, send the SOAP request, get the SOAP response, and return the response XML (without the SOAP envelope).
 org.w3c.dom.Node SOAPHelper.call(DeviceContext device, java.lang.StringBuffer requestDocument)
          Given a requestDocument (as an StringBuffer), this method provides a high-level API to wrap the SOAP envelope, create an SSL connection, send the SOAP request, get the SOAP response, and return the response XML (without the SOAP envelope)
 java.util.Map<java.lang.String,java.util.List<Status>> SOMACommands.getAllStatus(DeviceContext device, java.lang.String domainName)
          Get all SOMA status supported by device
static SOMACommands SOMACommandFactory.getCommands(java.lang.String commandsImplementationClassName, java.lang.String soapHelperImplementationClassName)
          Get an instance of a class that implements the SOMACommands interface.
static SOAPHelper SOAPHelperFactory.getSOAPHelper(java.lang.String implementationClassName)
          Get an instance of a class that implements the SOAPHelper interface.
 java.util.List<Status> SOMACommands.getStatus(DeviceContext device, java.lang.String domainName, java.lang.String OpName)
          Get SOMA status with operation name supported by device
 



© Copyright IBM Corp. 2006, 2010 All Rights Reserved.