org.apache.wss4j.common.ext
Class AttachmentRequestCallback
java.lang.Object
org.apache.wss4j.common.ext.AttachmentRequestCallback
- All Implemented Interfaces:
- Callback
public class AttachmentRequestCallback
- extends Object
- implements Callback
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AttachmentRequestCallback
public AttachmentRequestCallback()
getAttachmentId
public String getAttachmentId()
- The requested attachment which will be secured. If null all attachments are requested
- Returns:
setAttachmentId
public void setAttachmentId(String attachmentId)
getAttachments
public List<Attachment> getAttachments()
setAttachments
public void setAttachments(List<Attachment> attachments)
Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.