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

/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/message/stream/
H A DStreamMessage.java135 ElemInfo bdyElem = new ElemInfo(bodyTag, envElem);
202 this.bodyTag = DEFAULT_TAGS.get(base+2);
217 public StreamMessage(@NotNull TagInfoset envelopeTag, @Nullable TagInfoset headerTag, @NotNull AttachmentSet attachmentSet, @Nullable MessageHeaders headers, @NotNull TagInfoset bodyTag, @NotNull XMLStreamReader reader, @NotNull SOAPVersion soapVersion) { argument
218 this(envelopeTag, headerTag, attachmentSet, headers, null, bodyTag, null, reader, soapVersion);
221 public StreamMessage(@NotNull TagInfoset envelopeTag, @Nullable TagInfoset headerTag, @NotNull AttachmentSet attachmentSet, @Nullable MessageHeaders headers, @Nullable String bodyPrologue, @NotNull TagInfoset bodyTag, @Nullable String bodyEpilogue, @NotNull XMLStreamReader reader, @NotNull SOAPVersion soapVersion) { argument
223 init(envelopeTag, headerTag, attachmentSet, headers, bodyPrologue, bodyTag, bodyEpilogue, reader, soapVersion);
226 private void init(@NotNull TagInfoset envelopeTag, @Nullable TagInfoset headerTag, @NotNull AttachmentSet attachmentSet, @Nullable MessageHeaders headers, @Nullable String bodyPrologue, @NotNull TagInfoset bodyTag, @Nullable String bodyEpilogue, @NotNull XMLStreamReader reader, @NotNull SOAPVersion soapVersion) { argument
231 if(bodyTag == null ) {
236 this.bodyTag = bodyTag;
[all...]
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/message/jaxb/
H A DJAXBMessage.java421 this.bodyTag = DEFAULT_TAGS.get(base+2);
424 ElemInfo bdyElem = new ElemInfo(bodyTag, envElem);
457 this.bodyTag = DEFAULT_TAGS.get(base+2);
460 ElemInfo bdyElem = new ElemInfo(bodyTag, envElem);
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/message/
H A DAbstractMessageImpl.java89 protected @NotNull TagInfoset bodyTag; field in class:AbstractMessageImpl

Completed in 45 milliseconds