Uses of Interface
com.sun.xml.ws.api.message.AttachmentSet
-
Packages that use AttachmentSet Package Description com.oracle.webservices.impl.encoding com.oracle.webservices.impl.internalspi.encoding com.sun.xml.ws.api.message Messageand related abstractions that represent a SOAP message.com.sun.xml.ws.api.message.stream com.sun.xml.ws.api.pipe Pipeand related abstractions.com.sun.xml.ws.client.dispatch com.sun.xml.ws.encoding com.sun.xml.ws.encoding.xml com.sun.xml.ws.message Messageimplementations.com.sun.xml.ws.message.jaxb Messageimplementation for JAXB.com.sun.xml.ws.message.saaj com.sun.xml.ws.message.source com.sun.xml.ws.message.stream com.sun.xml.ws.security.encoding com.sun.xml.ws.security.message.stream com.sun.xml.ws.security.opt.impl.attachment com.sun.xml.ws.security.opt.impl.incoming com.sun.xml.ws.security.opt.impl.message -
-
Uses of AttachmentSet in com.oracle.webservices.impl.encoding
Methods in com.oracle.webservices.impl.encoding with parameters of type AttachmentSet Modifier and Type Method Description MessageStreamDecoderImpl. 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 AttachmentSet Modifier and Type Method Description MessageStreamDecoder. 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 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.message.stream
Fields in com.sun.xml.ws.api.message.stream declared as AttachmentSet Modifier and Type Field Description AttachmentSetStreamBasedMessage. attachmentsThe attachments of this message (attachments live outside a message.)AttachmentSetStreamBasedMessage. attachmentsThe attachments of this message (attachments live outside a message.)Constructors in com.sun.xml.ws.api.message.stream with parameters of type AttachmentSet Constructor Description InputStreamMessage(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 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.client.dispatch
Methods in com.sun.xml.ws.client.dispatch that return AttachmentSet Modifier and Type Method Description protected AttachmentSetDispatchImpl. setOutboundAttachments() -
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.encoding.xml
Methods in com.sun.xml.ws.encoding.xml that return AttachmentSet Modifier and Type Method Description AttachmentSetXMLMessage.XMLMultiPart. getAttachments() -
Uses of AttachmentSet in com.sun.xml.ws.message
Classes in com.sun.xml.ws.message that implement AttachmentSet Modifier and Type Class Description classAttachmentSetImplDefault dumbAttachmentSetimplementation backed byArrayList.classMimeAttachmentSetAttachmentSetbacked byMimeMultipartParserConstructors in com.sun.xml.ws.message with parameters of type AttachmentSet Constructor Description AttachmentUnmarshallerImpl(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 AttachmentSet Modifier and Type Method Description static 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 AttachmentSet Modifier and Type Class Description protected static classSAAJMessage.SAAJAttachmentSetAttachmentSetfor SAAJ.Methods in com.sun.xml.ws.message.saaj that return AttachmentSet Modifier and Type Method Description AttachmentSetSAAJMessage. 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 AttachmentSet Constructor Description PayloadSourceMessage(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 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) -
Uses of AttachmentSet in com.sun.xml.ws.security.encoding
Methods in com.sun.xml.ws.security.encoding with parameters of type AttachmentSet Modifier and Type Method Description MessageLazyStreamCodec. 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 AttachmentSet Modifier and Type Method Description AttachmentSetLazyStreamBasedMessage. 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 AttachmentSet Constructor Description LazyStreamBasedMessage(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 Modifier and Type Class Description classAttachmentSetImpl -
Uses of AttachmentSet in com.sun.xml.ws.security.opt.impl.incoming
Methods in com.sun.xml.ws.security.opt.impl.incoming that return AttachmentSet Modifier and Type Method Description AttachmentSetVerifiedStreamMessage. getAttachments()AttachmentSetSecurityContext. getAttachmentSet()AttachmentSetSecurityContext. getDecryptedAttachmentSet()Methods in com.sun.xml.ws.security.opt.impl.incoming with parameters of type AttachmentSet Modifier and Type Method Description voidSecurityContext. setAttachmentSet(AttachmentSet attachments)Constructors in com.sun.xml.ws.security.opt.impl.incoming with parameters of type AttachmentSet Constructor Description SecurityRecipient(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 AttachmentSet Modifier and Type Method Description AttachmentSetMessageWrapper. getAttachments()Gets the attachments of this message (attachments live outside a message.)AttachmentSetSecuredMessage. getAttachments()Methods in com.sun.xml.ws.security.opt.impl.message with parameters of type AttachmentSet Modifier and Type Method Description voidSecuredMessage. setAttachments(AttachmentSet as)
-