Uses of Interface
com.sun.xml.ws.api.message.AttachmentSet
-
Packages that use AttachmentSet Package Description com.sun.xml.ws.api.message Messageand related abstractions that represent a SOAP message.com.sun.xml.ws.api.pipe Pipeand related abstractions.com.sun.xml.ws.encoding com.sun.xml.ws.message.stream -
-
Uses of AttachmentSet in com.sun.xml.ws.api.message
Fields in com.sun.xml.ws.api.message declared as AttachmentSet Modifier and Type Field Description protected AttachmentSetMessage. attachmentSetMethods in com.sun.xml.ws.api.message that return AttachmentSet Modifier and Type Method Description AttachmentSetFilterMessageImpl. getAttachments()AttachmentSetMessage. getAttachments()Gets the attachments of this message (attachments live outside a message.) -
Uses of AttachmentSet in com.sun.xml.ws.api.pipe
Methods in com.sun.xml.ws.api.pipe with parameters of type AttachmentSet Modifier and Type Method Description MessageStreamSOAPCodec. decode(XMLStreamReader reader, AttachmentSet att)Reads events fromXMLStreamReaderand constructs aMessagefor SOAP envelope. -
Uses of AttachmentSet in com.sun.xml.ws.encoding
Methods in com.sun.xml.ws.encoding with parameters of type AttachmentSet Modifier and Type Method Description voidRootOnlyCodec. decode(InputStream in, String contentType, Packet packet, AttachmentSet att)Reads root part bytes fromInputStreamand constructs aMessagealong with the given attachments.voidRootOnlyCodec. decode(ReadableByteChannel in, String contentType, Packet packet, AttachmentSet att)static MessageStreamSOAPCodec. decode(SOAPVersion soapVersion, XMLStreamReader reader, AttachmentSet attachmentSet)voidStreamSOAPCodec. decode(InputStream in, String contentType, Packet packet, AttachmentSet att)voidStreamSOAPCodec. decode(ReadableByteChannel in, String contentType, Packet response, AttachmentSet att)MessageStreamSOAPCodec. decode(XMLStreamReader reader, AttachmentSet attachmentSet)Decodes a message fromXMLStreamReaderthat points to the beginning of a SOAP infoset. -
Uses of AttachmentSet in com.sun.xml.ws.message.stream
Methods in com.sun.xml.ws.message.stream that return AttachmentSet Modifier and Type Method Description AttachmentSetPayloadStreamReaderMessage. getAttachments()Constructors in com.sun.xml.ws.message.stream with parameters of type AttachmentSet Constructor Description PayloadStreamReaderMessage(MessageHeaders headers, XMLStreamReader reader, AttachmentSet attSet, SOAPVersion soapVersion)StreamMessage(MessageHeaders headers, AttachmentSet attachmentSet, XMLStreamReader reader, SOAPVersion soapVersion)Creates aStreamMessagefrom aXMLStreamReaderthat points at the start element of the payload, and headers.StreamMessage(SOAPVersion v, XMLStreamReader envelope, AttachmentSet attachments)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)
-