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

Packages that use SOMAIOException
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 SOMAIOException in com.ibm.datapower.wamt.clientAPI
 

Methods in com.ibm.datapower.wamt.clientAPI that throw SOMAIOException
 java.util.Map<java.lang.String,java.util.List<Status>> Domain.getAllStatus()
          Get all status
 java.util.List<Status> Domain.getStatus(java.lang.String name)
          Get a status
 

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

Methods in com.ibm.datapower.wamt.soma that throw SOMAIOException
 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
 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.