org.apache.wss4j.common.ext
Class AttachmentRequestCallback

java.lang.Object
  extended by org.apache.wss4j.common.ext.AttachmentRequestCallback
All Implemented Interfaces:
Callback

public class AttachmentRequestCallback
extends Object
implements Callback


Constructor Summary
AttachmentRequestCallback()
           
 
Method Summary
 String getAttachmentId()
          The requested attachment which will be secured.
 List<Attachment> getAttachments()
           
 void setAttachmentId(String attachmentId)
           
 void setAttachments(List<Attachment> attachments)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttachmentRequestCallback

public AttachmentRequestCallback()
Method Detail

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.