java.lang.Object
com.sun.xml.wss.impl.dsig.AttachmentData
- All Implemented Interfaces:
Data
Wrapper class to be used with XWSS attachment transform
provider implementation.
- Author:
- K.Venugopal@sun.com
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.soap.AttachmentPartvoidsetAttachmentPart(jakarta.xml.soap.AttachmentPart attachment)
-
Constructor Details
-
AttachmentData
public AttachmentData()Creates a new instance of AttachmentData
-
-
Method Details
-
setAttachmentPart
public void setAttachmentPart(jakarta.xml.soap.AttachmentPart attachment) -
getAttachmentPart
public jakarta.xml.soap.AttachmentPart getAttachmentPart()
-