com.sun.xml.ws.rx.util
Class AbstractResponseHandler

java.lang.Object
  extended by com.sun.xml.ws.rx.util.AbstractResponseHandler

public class AbstractResponseHandler
extends Object

Author:
Marek Potociar

Field Summary
protected  SuspendedFiberStorage suspendedFiberStorage
           
 
Constructor Summary
AbstractResponseHandler(SuspendedFiberStorage suspendedFiberStorage, String correlationId)
           
 
Method Summary
protected  String getCorrelationId()
           
protected  void resumeParentFiber(Packet response)
           
protected  void resumeParentFiber(Throwable error)
           
protected  void setCorrelationId(String newCorrelationId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

suspendedFiberStorage

protected final SuspendedFiberStorage suspendedFiberStorage
Constructor Detail

AbstractResponseHandler

public AbstractResponseHandler(SuspendedFiberStorage suspendedFiberStorage,
                               String correlationId)
Method Detail

getCorrelationId

protected final String getCorrelationId()

setCorrelationId

protected final void setCorrelationId(String newCorrelationId)

resumeParentFiber

protected final void resumeParentFiber(Packet response)
                                throws ResumeFiberException
Throws:
ResumeFiberException

resumeParentFiber

protected final void resumeParentFiber(Throwable error)
                                throws ResumeFiberException
Throws:
ResumeFiberException


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