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

Packages that use TagInfoset
com.sun.xml.ws.message Message implementations. 
com.sun.xml.ws.message.stream   
com.sun.xml.ws.util.xml   
 

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

Fields in com.sun.xml.ws.message declared as TagInfoset
protected  TagInfoset AbstractMessageImpl.bodyTag
           
protected  TagInfoset AbstractMessageImpl.envelopeTag
           
protected  TagInfoset AbstractMessageImpl.headerTag
           
 

Fields in com.sun.xml.ws.message with type parameters of type TagInfoset
protected static java.util.List<TagInfoset> AbstractMessageImpl.DEFAULT_TAGS
           
 

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, MessageHeaders headers, java.lang.String bodyPrologue, TagInfoset bodyTag, java.lang.String bodyEpilogue, javax.xml.stream.XMLStreamReader reader, SOAPVersion soapVersion)
           
StreamMessage(TagInfoset envelopeTag, TagInfoset headerTag, AttachmentSet attachmentSet, MessageHeaders headers, TagInfoset bodyTag, javax.xml.stream.XMLStreamReader reader, SOAPVersion soapVersion)
          Creates a StreamMessage from a XMLStreamReader and the complete infoset of the SOAP envelope.
 

Uses of TagInfoset in com.sun.xml.ws.util.xml
 

Fields in com.sun.xml.ws.util.xml declared as TagInfoset
protected  TagInfoset XMLReaderComposite.tagInfo
           
 

Constructors in com.sun.xml.ws.util.xml with parameters of type TagInfoset
XMLReaderComposite.ElemInfo(TagInfoset tag, XMLReaderComposite.ElemInfo parent)
           
 



Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.