com.sun.xml.wss.impl.dsig
Class AttachmentData
java.lang.Object
com.sun.xml.wss.impl.dsig.AttachmentData
- All Implemented Interfaces:
- Data
public class AttachmentData
- extends Object
- implements Data
Wrapper class to be used with XWSS attachment transform
provider implementation.
- Author:
- K.Venugopal@sun.com
|
Constructor Summary |
AttachmentData()
Creates a new instance of AttachmentData |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AttachmentData
public AttachmentData()
- Creates a new instance of AttachmentData
setAttachmentPart
public void setAttachmentPart(AttachmentPart attachment)
- Parameters:
attachment -
getAttachmentPart
public AttachmentPart getAttachmentPart()
- Returns:
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.