public class AbstractResponseHandler extends Object
| Modifier and Type | Field and Description |
|---|---|
protected SuspendedFiberStorage |
suspendedFiberStorage |
| Constructor and Description |
|---|
AbstractResponseHandler(SuspendedFiberStorage suspendedFiberStorage,
String correlationId) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getCorrelationId() |
protected void |
resumeParentFiber(com.sun.xml.ws.api.message.Packet response) |
protected void |
resumeParentFiber(Throwable error) |
protected void |
setCorrelationId(String newCorrelationId) |
protected final SuspendedFiberStorage suspendedFiberStorage
public AbstractResponseHandler(SuspendedFiberStorage suspendedFiberStorage, String correlationId)
protected final String getCorrelationId()
protected final void setCorrelationId(String newCorrelationId)
protected final void resumeParentFiber(com.sun.xml.ws.api.message.Packet response)
throws ResumeFiberException
ResumeFiberExceptionprotected final void resumeParentFiber(Throwable error) throws ResumeFiberException
ResumeFiberExceptionCopyright © 2005–2018 Oracle Corporation. All rights reserved.