com.sun.xml.ws.security.opt.impl.crypto
Class AttachmentData
java.lang.Object
com.sun.xml.ws.security.opt.impl.crypto.AttachmentData
- All Implemented Interfaces:
- Data
public class AttachmentData
- extends Object
- implements Data
An implementation of Data type containing a JAX-WS attachment
- Author:
- ashutosh.shahi@sun.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AttachmentData
public AttachmentData(Attachment attachment)
write
public void write(OutputStream os)
throws IOException
- Throws:
IOException
getAttachment
public Attachment getAttachment()
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.