public interface Response<T>
extends java.util.concurrent.Future<T>
Response
interface provides methods used to obtain the payload and context of a message sent in response to an operation invocation.Modifier and Type | Method and Description |
---|---|
javax.xml.ws.handler.MessageContext |
getMessageContext() |