Searched refs:TagInfoset (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/encoding/
H A DStreamSOAPCodec.java171 TagInfoset envelopeTag = new TagInfoset(reader);
185 TagInfoset headerTag = null;
189 headerTag = new TagInfoset(reader);
217 TagInfoset bodyTag = new TagInfoset(reader);
H A DTagInfoset.java58 public final class TagInfoset { class
92 public TagInfoset(String nsUri, String localName, String prefix, AttributesImpl atts, String... ns) { method in class:TagInfoset
101 * Fills a {@link TagInfoset} object by the current element
104 public TagInfoset(XMLStreamReader reader) { method in class:TagInfoset
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/message/stream/
H A DStreamMessage.java40 import com.sun.xml.internal.ws.encoding.TagInfoset;
93 private /*almost final*/ @NotNull TagInfoset envelopeTag,headerTag,bodyTag;
156 public StreamMessage(@NotNull TagInfoset envelopeTag, @Nullable TagInfoset headerTag, @NotNull AttachmentSet attachmentSet, @Nullable HeaderList headers, @NotNull TagInfoset bodyTag, @NotNull XMLStreamReader reader, @NotNull SOAPVersion soapVersion) {
159 throw new IllegalArgumentException("EnvelopeTag TagInfoset cannot be null");
162 throw new IllegalArgumentException("BodyTag TagInfoset cannot be null");
166 new TagInfoset(envelopeTag.nsUri,"Header",envelopeTag.prefix,EMPTY_ATTS);
204 * {@link TagInfoset}s.
483 private static final TagInfoset[] DEFAULT_TAG
[all...]

Completed in 40 milliseconds