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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
suspendedFiberStorage
protected final SuspendedFiberStorage suspendedFiberStorage
AbstractResponseHandler
public AbstractResponseHandler(SuspendedFiberStorage suspendedFiberStorage,
String correlationId)
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.