Package com.sun.xml.ws.rx.util
Class AbstractResponseHandler
- java.lang.Object
-
- com.sun.xml.ws.rx.util.AbstractResponseHandler
-
public class AbstractResponseHandler extends Object
- Author:
- Marek Potociar
-
-
Field Summary
Fields Modifier and Type Field Description protected SuspendedFiberStorage
suspendedFiberStorage
-
Constructor Summary
Constructors Constructor Description AbstractResponseHandler(SuspendedFiberStorage suspendedFiberStorage, String correlationId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getCorrelationId()
protected void
resumeParentFiber(Packet response)
protected void
resumeParentFiber(Throwable error)
protected void
setCorrelationId(String newCorrelationId)
-
-
-
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
-
-