Package | Description |
---|---|
com.sun.xml.ws.message.stream |
Constructor and Description |
---|
StreamMessage(TagInfoset envelopeTag,
TagInfoset headerTag,
AttachmentSet attachmentSet,
HeaderList headers,
String bodyPrologue,
TagInfoset bodyTag,
String bodyEpilogue,
javax.xml.stream.XMLStreamReader reader,
SOAPVersion soapVersion) |
StreamMessage(TagInfoset envelopeTag,
TagInfoset headerTag,
AttachmentSet attachmentSet,
HeaderList headers,
TagInfoset bodyTag,
javax.xml.stream.XMLStreamReader reader,
SOAPVersion soapVersion)
Creates a
StreamMessage from a XMLStreamReader
and the complete infoset of the SOAP envelope. |
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.