Oracle Corporation

Uses of Class
com.bea.wlcp.wlng.api.servicecorrelation.ExternalInvocationException

Packages that use ExternalInvocationException
com.bea.wlcp.wlng.api.servicecorrelation   
 

Uses of ExternalInvocationException in com.bea.wlcp.wlng.api.servicecorrelation
 

Methods in com.bea.wlcp.wlng.api.servicecorrelation that throw ExternalInvocationException
 String ExternalInvocation.pushServiceCorrelationID(String scID, String serviceName, String methodName, String spID, String appID, String appInstGrpID)
          Sends the service correlation's ID to an external source The external source is free to modify the 'scID' and then return that modified value - or even discard it and send back 'null' - which will then have the consequence of the service correlation identifier not being used.
 String ExternalInvocation.getServiceCorrelationID(String scID, String serviceName, String methodName, String spID, String appID, String appInstGrpID)
          Retrievs the service correlation's ID from an external source There are two very distinct differences of this method: One where the scID parameter is 'null', then it's up to the external source to populate the scID through returning of the proper service correlation identifier.
 


Oracle Corporation