Uses of Class
com.sun.xml.ws.encoding.TagInfoset

Packages that use TagInfoset
com.sun.xml.ws.message.stream   
 

Uses of TagInfoset in com.sun.xml.ws.message.stream
 

Constructors in com.sun.xml.ws.message.stream with parameters of type TagInfoset
StreamMessage(TagInfoset envelopeTag, TagInfoset headerTag, AttachmentSet attachmentSet, HeaderList headers, TagInfoset bodyTag, javax.xml.stream.XMLStreamReader reader, SOAPVersion soapVersion)
          Creates a StreamMessage from a XMLStreamReader and the complete infoset of the SOAP envelope.