Class AttachmentData
- java.lang.Object
-
- com.sun.xml.ws.security.opt.impl.crypto.AttachmentData
-
-
Constructor Summary
Constructors Constructor Description AttachmentData(com.sun.xml.ws.api.message.Attachment attachment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.sun.xml.ws.api.message.AttachmentgetAttachment()voidwrite(OutputStream os)
-
-
-
Method Detail
-
write
public void write(OutputStream os) throws IOException
- Throws:
IOException
-
getAttachment
public com.sun.xml.ws.api.message.Attachment getAttachment()
-
-