com.sun.xml.ws.rx.util
Class AbstractResponseHandler
java.lang.Object
com.sun.xml.ws.rx.util.AbstractResponseHandler
public class AbstractResponseHandler
- extends java.lang.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,
java.lang.String correlationId)
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.