Celtix User APIs

org.objectweb.celtix.handlers
Interface StreamHandler

All Superinterfaces:
javax.xml.ws.handler.Handler<StreamMessageContext>

public interface StreamHandler
extends javax.xml.ws.handler.Handler<StreamMessageContext>

A StreamHandler provides an interception point which gives access to the data stream immediately before being written to or read from the underlying transport. The StreamHandler allows transformations on the marshalled data.


Method Summary
 
Methods inherited from interface javax.xml.ws.handler.Handler
close, handleFault, handleMessage
 


Celtix User APIs