Uses of Interface
com.sun.xml.ws.api.message.Attachment
Packages that use Attachment
Package
Description
Message and related abstractions that represent a SOAP message.SEIStub and its supporting code.Message implementations.-
Uses of Attachment in com.sun.xml.ws.api.message
Subinterfaces of Attachment in com.sun.xml.ws.api.messageModifier and TypeInterfaceDescriptioninterfaceAttachment extended interface exposing custom MIME headers.Methods in com.sun.xml.ws.api.message that return AttachmentModifier and TypeMethodDescriptionGets the attachment by the content ID.Methods in com.sun.xml.ws.api.message with parameters of type AttachmentModifier and TypeMethodDescriptionvoidAttachmentSet.add(Attachment att) Adds an attachment to this set. -
Uses of Attachment in com.sun.xml.ws.client.sei
Methods in com.sun.xml.ws.client.sei with parameters of type AttachmentModifier and TypeMethodDescriptionstatic final StringResponseBuilder.getWSDLPartName(Attachment att) Gets the WSDL part name of this attachment. -
Uses of Attachment in com.sun.xml.ws.encoding
Methods in com.sun.xml.ws.encoding that return AttachmentModifier and TypeMethodDescriptionMimeMultipartParser.getAttachmentPart(String contentId) This method can be called to get a matching MIME attachment part for the given contentId.MimeMultipartParser.getRootPart()Parses the stream and returns the root part.Methods in com.sun.xml.ws.encoding that return types with arguments of type AttachmentModifier and TypeMethodDescriptionMimeMultipartParser.getAttachmentParts()Parses the entire stream and returns all MIME parts except root MIME part. -
Uses of Attachment in com.sun.xml.ws.message
Classes in com.sun.xml.ws.message that implement AttachmentModifier and TypeClassDescriptionfinal classfinal classfinal classMethods in com.sun.xml.ws.message that return AttachmentModifier and TypeMethodDescriptionMethods in com.sun.xml.ws.message that return types with arguments of type AttachmentModifier and TypeMethodDescriptionAttachmentSetImpl.iterator()MimeAttachmentSet.iterator()Expensive operation.Methods in com.sun.xml.ws.message with parameters of type AttachmentModifier and TypeMethodDescriptionvoidAttachmentSetImpl.add(Attachment att) voidMimeAttachmentSet.add(Attachment att) Constructor parameters in com.sun.xml.ws.message with type arguments of type AttachmentModifierConstructorDescriptionAttachmentSetImpl(Iterable<Attachment> base) Creates anAttachmentSetby copying contents from another. -
Uses of Attachment in com.sun.xml.ws.message.saaj
Classes in com.sun.xml.ws.message.saaj that implement AttachmentMethods in com.sun.xml.ws.message.saaj that return AttachmentModifier and TypeMethodDescriptionGets the attachment by the content ID.Methods in com.sun.xml.ws.message.saaj that return types with arguments of type AttachmentModifier and TypeMethodDescriptionSAAJMessage.SAAJAttachmentSet.iterator()Returns an iterator over a set of elements of type T.Methods in com.sun.xml.ws.message.saaj with parameters of type Attachment -
Uses of Attachment in com.sun.xml.ws.message.stream
Classes in com.sun.xml.ws.message.stream that implement Attachment -
Uses of Attachment in com.sun.xml.ws.security.opt.impl.attachment
Classes in com.sun.xml.ws.security.opt.impl.attachment that implement AttachmentMethods in com.sun.xml.ws.security.opt.impl.attachment that return AttachmentMethods in com.sun.xml.ws.security.opt.impl.attachment that return types with arguments of type AttachmentMethods in com.sun.xml.ws.security.opt.impl.attachment with parameters of type AttachmentConstructors in com.sun.xml.ws.security.opt.impl.attachment with parameters of type AttachmentModifierConstructorDescriptionEncryptedAttachment(Attachment attachment, String dataAlgo, Key key) Constructor parameters in com.sun.xml.ws.security.opt.impl.attachment with type arguments of type AttachmentModifierConstructorDescriptionAttachmentSetImpl(Iterable<Attachment> base) Creates anAttachmentSetby copying contents from another. -
Uses of Attachment in com.sun.xml.ws.security.opt.impl.crypto
Methods in com.sun.xml.ws.security.opt.impl.crypto that return AttachmentConstructors in com.sun.xml.ws.security.opt.impl.crypto with parameters of type Attachment -
Uses of Attachment in com.sun.xml.ws.security.opt.impl.message
Methods in com.sun.xml.ws.security.opt.impl.message that return Attachment -
Uses of Attachment in com.sun.xml.ws.security.opt.impl.util
Methods in com.sun.xml.ws.security.opt.impl.util with parameters of type AttachmentModifier and TypeMethodDescriptionWSSElementFactory.createEncryptedData(String id, Attachment attachment, String dataAlgo, KeyInfoType keyInfo, Key key, EncryptionTarget target) -
Uses of Attachment in com.sun.xml.ws.server.sei
Methods in com.sun.xml.ws.server.sei with parameters of type AttachmentModifier and TypeMethodDescriptionstatic final StringEndpointArgumentsBuilder.getWSDLPartName(Attachment att) Gets the WSDL part name of this attachment.