Uses of Class
com.sun.xml.ws.encoding.TagInfoset
-
Packages that use TagInfoset Package Description com.sun.xml.ws.message Messageimplementations.com.sun.xml.ws.message.stream com.sun.xml.ws.security.opt.impl.incoming com.sun.xml.ws.security.opt.impl.incoming.processor 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 Modifier and Type Field Description protected TagInfosetAbstractMessageImpl. bodyTagprotected TagInfosetAbstractMessageImpl. envelopeTagprotected TagInfosetAbstractMessageImpl. headerTagFields in com.sun.xml.ws.message with type parameters of type TagInfoset Modifier and Type Field Description protected static 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 Constructor Description StreamMessage(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.security.opt.impl.incoming
Methods in com.sun.xml.ws.security.opt.impl.incoming with parameters of type TagInfoset Modifier and Type Method Description XMLStreamReaderSignature. wrapWithDigester(Reference ref, XMLStreamReader message, String bodyPrologue, String bodyEpilogue, TagInfoset bodyTag, HashMap<String,String> parentNS, boolean payLoad)Constructors in com.sun.xml.ws.security.opt.impl.incoming with parameters of type TagInfoset Constructor Description VerifiedStreamMessage(TagInfoset envelopeTag, TagInfoset headerTag, AttachmentSet attachmentSet, MessageHeaders headers, TagInfoset bodyTag, XMLStreamReader reader, SOAPVersion soapVersion, Map<String,String> bodyEnvNs)Creates aStreamMessagefrom aXMLStreamReaderand the complete infoset of the SOAP envelope. -
Uses of TagInfoset in com.sun.xml.ws.security.opt.impl.incoming.processor
Constructors in com.sun.xml.ws.security.opt.impl.incoming.processor with parameters of type TagInfoset Constructor Description SignedInfoProcessor(TagInfoset signature, HashMap<String,String> parentNSDecls, XMLStreamReader reader, JAXBFilterProcessingContext pc, SignaturePolicy signPolicy, MutableXMLStreamBuffer buffer)Creates a new instance of SignedInfoProcessor -
Uses of TagInfoset in com.sun.xml.ws.util.xml
Fields in com.sun.xml.ws.util.xml declared as TagInfoset Modifier and Type Field Description protected TagInfosetXMLReaderComposite. tagInfoConstructors in com.sun.xml.ws.util.xml with parameters of type TagInfoset Constructor Description ElemInfo(TagInfoset tag, XMLReaderComposite.ElemInfo parent)
-