com.sun.xml.ws.tx.coord.common
Class PendingRequestManager

java.lang.Object
  extended by com.sun.xml.ws.tx.coord.common.PendingRequestManager

public class PendingRequestManager
extends Object


Nested Class Summary
static class PendingRequestManager.ResponseBox
           
 
Constructor Summary
PendingRequestManager()
           
 
Method Summary
static void registryReponse(String msgId, BaseRegisterResponseType repsonse)
           
static void removeRequest(String msgId)
           
static PendingRequestManager.ResponseBox reqisterRequest(String msgId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PendingRequestManager

public PendingRequestManager()
Method Detail

reqisterRequest

public static PendingRequestManager.ResponseBox reqisterRequest(String msgId)

removeRequest

public static void removeRequest(String msgId)

registryReponse

public static void registryReponse(String msgId,
                                   BaseRegisterResponseType repsonse)


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.