Class TagInfoset

java.lang.Object
com.sun.xml.ws.encoding.TagInfoset

public final class TagInfoset extends Object
Complete infoset about a start tag.

This is used between StreamMessage and StreamSOAPCodec to capture the infoset of the s:Envelope, s:Header, and s:Body elements.

Design Note

Since StAX and SAX uses different null vs empty string convention, one has to choose which format we store things. It can go either way, but I'm assuming that we'll be using StAX more in JAX-WS, so things are kept in the StAX style in this class.

Author:
Kohsuke Kawaguchi