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