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

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

public class AbstractResponseHandler
extends java.lang.Object

Author:
Marek Potociar

Field Summary
protected  SuspendedFiberStorage suspendedFiberStorage
           
 
Constructor Summary
AbstractResponseHandler(SuspendedFiberStorage suspendedFiberStorage, java.lang.String correlationId)
           
 
Method Summary
protected  java.lang.String getCorrelationId()
           
protected  void resumeParentFiber(com.sun.xml.ws.api.message.Packet response)
           
protected  void resumeParentFiber(java.lang.Throwable error)
           
protected  void setCorrelationId(java.lang.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,
                               java.lang.String correlationId)
Method Detail

getCorrelationId

protected final java.lang.String getCorrelationId()

setCorrelationId

protected final void setCorrelationId(java.lang.String newCorrelationId)

resumeParentFiber

protected final void resumeParentFiber(com.sun.xml.ws.api.message.Packet response)
                                throws ResumeFiberException
Throws:
ResumeFiberException

resumeParentFiber

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


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