com.sun.xml.ws.handler
Class XMLHandlerProcessor<C extends MessageUpdatableContext>
java.lang.Object
com.sun.xml.ws.handler.HandlerProcessor<C>
com.sun.xml.ws.handler.XMLHandlerProcessor<C>
final class XMLHandlerProcessor<C extends MessageUpdatableContext>
- extends HandlerProcessor<C>
This is used only for XML/HTTP binding
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLHandlerProcessor
public XMLHandlerProcessor(HandlerTube owner,
WSBinding binding,
List<? extends javax.xml.ws.handler.Handler> chain)
- Creates a new instance of LogicalHandlerProcessor
insertFaultMessage
final void insertFaultMessage(C context,
javax.xml.ws.ProtocolException exception)
- Description copied from class:
HandlerProcessor
- When a ProtocolException is thrown, this is called.
If it's XML/HTTP Binding, clear the the message
If its SOAP/HTTP Binding, put right SOAP Fault version
- Specified by:
insertFaultMessage
in class HandlerProcessor<C extends MessageUpdatableContext>