Uses of Interface
com.sun.xml.ws.api.message.AttachmentSet
Packages that use AttachmentSet
Package
Description
Message and related abstractions that represent a SOAP message.Pipe and related abstractions.Message implementations.Message implementation for JAXB.-
Uses of AttachmentSet in com.oracle.webservices.impl.encoding
Methods in com.oracle.webservices.impl.encoding with parameters of type AttachmentSetModifier and TypeMethodDescriptionStreamDecoderImpl.decode(InputStream in, String charset, AttachmentSet att, SOAPVersion soapVersion) -
Uses of AttachmentSet in com.oracle.webservices.impl.internalspi.encoding
Methods in com.oracle.webservices.impl.internalspi.encoding with parameters of type AttachmentSetModifier and TypeMethodDescriptionStreamDecoder.decode(InputStream in, String charset, AttachmentSet att, SOAPVersion soapVersion) -
Uses of AttachmentSet in com.sun.xml.ws.api.message
Fields in com.sun.xml.ws.api.message declared as AttachmentSetMethods in com.sun.xml.ws.api.message that return AttachmentSetModifier and TypeMethodDescriptionFilterMessageImpl.getAttachments()Message.getAttachments()Gets the attachments of this message (attachments live outside a message.) -
Uses of AttachmentSet in com.sun.xml.ws.api.message.stream
Fields in com.sun.xml.ws.api.message.stream declared as AttachmentSetModifier and TypeFieldDescriptionfinal AttachmentSetStreamBasedMessage.attachmentsThe attachments of this message (attachments live outside a message.)final AttachmentSetStreamBasedMessage.attachmentsThe attachments of this message (attachments live outside a message.)Constructors in com.sun.xml.ws.api.message.stream with parameters of type AttachmentSetModifierConstructorDescriptionInputStreamMessage(Packet properties, AttachmentSet attachments, String contentType, InputStream msg) Create a new message.XMLStreamReaderMessage(Packet properties, AttachmentSet attachments, XMLStreamReader msg) Create a new message. -
Uses of AttachmentSet in com.sun.xml.ws.api.pipe
Methods in com.sun.xml.ws.api.pipe with parameters of type AttachmentSetModifier and TypeMethodDescriptionStreamSOAPCodec.decode(XMLStreamReader reader, AttachmentSet att) Reads events fromXMLStreamReaderand constructs aMessagefor SOAP envelope. -
Uses of AttachmentSet in com.sun.xml.ws.client.dispatch
Methods in com.sun.xml.ws.client.dispatch that return AttachmentSet -
Uses of AttachmentSet in com.sun.xml.ws.encoding
Methods in com.sun.xml.ws.encoding with parameters of type AttachmentSetModifier and TypeMethodDescriptionvoidRootOnlyCodec.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 final 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) final 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.encoding.xml
Methods in com.sun.xml.ws.encoding.xml that return AttachmentSet -
Uses of AttachmentSet in com.sun.xml.ws.message
Classes in com.sun.xml.ws.message that implement AttachmentSetModifier and TypeClassDescriptionfinal classDefault dumbAttachmentSetimplementation backed byArrayList.final classAttachmentSetbacked byMimeMultipartParserConstructors in com.sun.xml.ws.message with parameters of type AttachmentSetModifierConstructorDescriptionAttachmentUnmarshallerImpl(AttachmentSet attachments) DOMMessage(SOAPVersion ver, MessageHeaders headers, Element payload, AttachmentSet attachments) EmptyMessageImpl(MessageHeaders headers, AttachmentSet attachmentSet, SOAPVersion version) -
Uses of AttachmentSet in com.sun.xml.ws.message.jaxb
Methods in com.sun.xml.ws.message.jaxb with parameters of type AttachmentSetModifier and TypeMethodDescriptionstatic MessageJAXBMessage.create(BindingContext context, Object jaxbObject, SOAPVersion soapVersion, MessageHeaders headers, AttachmentSet attachments) -
Uses of AttachmentSet in com.sun.xml.ws.message.saaj
Classes in com.sun.xml.ws.message.saaj that implement AttachmentSetMethods in com.sun.xml.ws.message.saaj that return AttachmentSetModifier and TypeMethodDescriptionSAAJMessage.getAttachments()Gets the attachments of this message (attachments live outside a message.) -
Uses of AttachmentSet in com.sun.xml.ws.message.source
Constructors in com.sun.xml.ws.message.source with parameters of type AttachmentSetModifierConstructorDescriptionPayloadSourceMessage(MessageHeaders headers, Source payload, AttachmentSet attSet, SOAPVersion soapVersion) -
Uses of AttachmentSet in com.sun.xml.ws.message.stream
Methods in com.sun.xml.ws.message.stream that return AttachmentSetConstructors in com.sun.xml.ws.message.stream with parameters of type AttachmentSetModifierConstructorDescriptionPayloadStreamReaderMessage(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) -
Uses of AttachmentSet in com.sun.xml.ws.security.encoding
Methods in com.sun.xml.ws.security.encoding with parameters of type AttachmentSetModifier and TypeMethodDescriptionLazyStreamCodec.decode(XMLStreamReader reader, AttachmentSet att) -
Uses of AttachmentSet in com.sun.xml.ws.security.message.stream
Methods in com.sun.xml.ws.security.message.stream that return AttachmentSetModifier and TypeMethodDescriptionLazyStreamBasedMessage.getAttachments()Gets the attachments of this message (attachments live outside a message.)Constructors in com.sun.xml.ws.security.message.stream with parameters of type AttachmentSetModifierConstructorDescriptionLazyStreamBasedMessage(XMLStreamReader message, StreamSOAPCodec codec, AttachmentSet as) -
Uses of AttachmentSet in com.sun.xml.ws.security.opt.impl.attachment
Classes in com.sun.xml.ws.security.opt.impl.attachment that implement AttachmentSet -
Uses of AttachmentSet in com.sun.xml.ws.security.opt.impl.incoming
Methods in com.sun.xml.ws.security.opt.impl.incoming that return AttachmentSetModifier and TypeMethodDescriptionVerifiedStreamMessage.getAttachments()SecurityContext.getAttachmentSet()SecurityContext.getDecryptedAttachmentSet()Methods in com.sun.xml.ws.security.opt.impl.incoming with parameters of type AttachmentSetModifier and TypeMethodDescriptionvoidSecurityContext.setAttachmentSet(AttachmentSet attachments) Constructors in com.sun.xml.ws.security.opt.impl.incoming with parameters of type AttachmentSetModifierConstructorDescriptionSecurityRecipient(XMLStreamReader reader, SOAPVersion soapVersion, AttachmentSet attachSet) VerifiedStreamMessage(MessageHeaders headers, AttachmentSet attachmentSet, XMLStreamReader reader, SOAPVersion soapVersion, Map<String, String> bodyEnvNs) Creates aStreamMessagefrom aXMLStreamReaderthat points at the start element of the payload, and headers.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 AttachmentSet in com.sun.xml.ws.security.opt.impl.message
Methods in com.sun.xml.ws.security.opt.impl.message that return AttachmentSetModifier and TypeMethodDescriptionMessageWrapper.getAttachments()Gets the attachments of this message (attachments live outside a message.)SecuredMessage.getAttachments()Methods in com.sun.xml.ws.security.opt.impl.message with parameters of type AttachmentSet