Package org.apache.wss4j.common.ext
Class AttachmentResultCallback
- java.lang.Object
-
- org.apache.wss4j.common.ext.AttachmentResultCallback
-
-
Constructor Summary
Constructors Constructor Description AttachmentResultCallback()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttachmentgetAttachment()StringgetAttachmentId()The requested attachment which will be secured.voidsetAttachment(Attachment attachment)voidsetAttachmentId(String attachmentId)
-
-
-
Method Detail
-
getAttachmentId
public String getAttachmentId()
The requested attachment which will be secured. If null all attachments are requested
-
setAttachmentId
public void setAttachmentId(String attachmentId)
-
getAttachment
public Attachment getAttachment()
-
setAttachment
public void setAttachment(Attachment attachment)
-
-