Uses of Class
com.ibm.websphere.ilm.bpel.InvalidMessageException

Packages that use InvalidMessageException
com.ibm.websphere.ilm.bpel The interfaces and classes in this package are used by clients wishing to locate instances of stateful web services. 
 

Uses of InvalidMessageException in com.ibm.websphere.ilm.bpel
 

Methods in com.ibm.websphere.ilm.bpel that throw InvalidMessageException
 javax.ejb.EJBLocalObject InstanceLocator.findInstance(java.lang.String correlationSetKey, org.apache.wsif.WSIFMessage message)
          This method will locate and return a stateful service instance in order that a business method can be invoked upon it.
 CorrelationProperties InstanceLocator.extractCorrelationProperties(java.lang.String correlationSetKey, org.apache.wsif.WSIFMessage message)
          This method will locate and return all property values inside those correlation sets based on the operation name.
 javax.ejb.EJBLocalObject InstanceLocator.locateInstance(java.lang.String correlationSetKey, org.apache.wsif.WSIFMessage message)
          This method will locate and return a stateful service instance in order that a business method can be invoked upon it.