|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of WSIFCorrelationId in org.apache.wsif |
---|
Methods in org.apache.wsif that return WSIFCorrelationId | |
WSIFCorrelationId |
WSIFOperation.executeRequestResponseAsync(WSIFMessage input)
Execute an asynchronous request |
WSIFCorrelationId |
WSIFOperation.executeRequestResponseAsync(WSIFMessage input,
WSIFResponseHandler handler)
Execute an asynchronous request |
Methods in org.apache.wsif with parameters of type WSIFCorrelationId | |
void |
WSIFCorrelationService.put(WSIFCorrelationId correlator,
java.io.Serializable state,
long timeout)
Adds an entry to the correlation service. |
java.io.Serializable |
WSIFCorrelationService.get(WSIFCorrelationId id)
Retrieves an entry from the correlation service. |
void |
WSIFCorrelationService.remove(WSIFCorrelationId id)
Removes an entry form the correlation service. |
Uses of WSIFCorrelationId in org.apache.wsif.base |
---|
Methods in org.apache.wsif.base that return WSIFCorrelationId | |
WSIFCorrelationId |
WSIFDefaultOperation.executeRequestResponseAsync(WSIFMessage input,
WSIFResponseHandler handler)
Default implementation of executeRequestResponseAsync. |
WSIFCorrelationId |
WSIFDefaultOperation.executeRequestResponseAsync(WSIFMessage input)
Default implementation of executeRequestResponseAsync. |
Methods in org.apache.wsif.base with parameters of type WSIFCorrelationId | |
void |
WSIFDefaultCorrelationService.put(WSIFCorrelationId correlator,
java.io.Serializable state,
long timeout)
Adds an entry to the correlation service. |
java.io.Serializable |
WSIFDefaultCorrelationService.get(WSIFCorrelationId id)
Retrieves an entry (a WSIFOperation) from the correlation service. |
void |
WSIFDefaultCorrelationService.remove(WSIFCorrelationId id)
Removes an entry form the correlation service. |
Uses of WSIFCorrelationId in org.apache.wsif.providers.jca |
---|
Methods in org.apache.wsif.providers.jca that return WSIFCorrelationId | |
WSIFCorrelationId |
WSIFOperation_JCA.executeRequestResponseAsync(WSIFMessage input,
WSIFResponseHandler handler)
Method not supported. |
WSIFCorrelationId |
WSIFOperation_JCA.executeRequestResponseAsync(WSIFMessage input)
Method not supported. |
Uses of WSIFCorrelationId in org.apache.wsif.providers.jms |
---|
Methods in org.apache.wsif.providers.jms that return WSIFCorrelationId | |
WSIFCorrelationId |
WSIFOperation_Jms.executeRequestResponseAsync(WSIFMessage input)
executeRequestResponseAsync(WSIFMessage) This is the simple async form where the client is expected to handle the correlating of the response. |
WSIFCorrelationId |
WSIFOperation_Jms.executeRequestResponseAsync(WSIFMessage input,
WSIFResponseHandler handler)
executeRequestResponseAsync(WSIFMessage, WSIFResponseHandler) |
Uses of WSIFCorrelationId in org.apache.wsif.providers.soap.apacheaxis |
---|
Methods in org.apache.wsif.providers.soap.apacheaxis that return WSIFCorrelationId | |
WSIFCorrelationId |
WSIFOperation_ApacheAxis.getAsyncRequestID()
|
WSIFCorrelationId |
WSIFOperation_ApacheAxis.executeRequestResponseAsync(WSIFMessage input)
Performs a request response operation asynchronously. |
WSIFCorrelationId |
WSIFOperation_ApacheAxis.executeRequestResponseAsync(WSIFMessage input,
WSIFResponseHandler handler)
Performs a request response operation asynchronously. |
Uses of WSIFCorrelationId in org.apache.wsif.providers.soap.apachesoap |
---|
Methods in org.apache.wsif.providers.soap.apachesoap that return WSIFCorrelationId | |
WSIFCorrelationId |
WSIFOperation_ApacheSOAP.executeRequestResponseAsync(WSIFMessage input)
Performs a request response operation asynchronously. |
WSIFCorrelationId |
WSIFOperation_ApacheSOAP.executeRequestResponseAsync(WSIFMessage input,
WSIFResponseHandler handler)
Performs a request response operation asynchronously. |
WSIFCorrelationId |
WSIFOperation_ApacheSOAP.getAsyncRequestID()
Gets the correlation ID of the last request sent by the executeRequestResponseAsync method. |
Uses of WSIFCorrelationId in org.apache.wsif.util.jms |
---|
Classes in org.apache.wsif.util.jms that implement WSIFCorrelationId | |
class |
WSIFJMSCorrelationId
A WSIFCorrelationId is used to identify asynchronous requests so that a request can be matched to its response. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |