
org.objectweb.celtix.bindings.ResponseCallback Maven / Gradle / Ivy
The newest version!
package org.objectweb.celtix.bindings;
import org.objectweb.celtix.context.InputStreamMessageContext;
public interface ResponseCallback {
/**
* Used to dispatch a response from the ClientTransport
* back up to the binding. This is required for decoupled response
* processing.
*
* @param responseContext the context containing the InputStream
* response payload
*/
void dispatch(InputStreamMessageContext responseContext);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy