Uses of Class
com.sun.xml.ws.encoding.TagInfoset
Packages that use TagInfoset
-
Uses of TagInfoset in com.sun.xml.ws.message
Fields in com.sun.xml.ws.message declared as TagInfosetModifier and TypeFieldDescriptionprotected TagInfosetAbstractMessageImpl.bodyTagprotected TagInfosetAbstractMessageImpl.envelopeTagprotected TagInfosetAbstractMessageImpl.headerTagFields in com.sun.xml.ws.message with type parameters of type TagInfosetModifier and TypeFieldDescriptionprotected static final 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 TagInfosetModifierConstructorDescriptionStreamMessage(TagInfoset envelopeTag, TagInfoset headerTag, AttachmentSet attachmentSet, MessageHeaders headers, TagInfoset bodyTag, XMLStreamReader reader, SOAPVersion soapVersion) Creates aStreamMessagefrom aXMLStreamReaderand the complete infoset of the SOAP envelope.StreamMessage(TagInfoset envelopeTag, TagInfoset headerTag, AttachmentSet attachmentSet, MessageHeaders headers, String bodyPrologue, TagInfoset bodyTag, String bodyEpilogue, XMLStreamReader reader, SOAPVersion soapVersion) -
Uses of TagInfoset in com.sun.xml.ws.util.xml
Fields in com.sun.xml.ws.util.xml declared as TagInfosetConstructors in com.sun.xml.ws.util.xml with parameters of type TagInfoset