org.apache.wss4j.common.ext
Class AttachmentResultCallback

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

public class AttachmentResultCallback
extends Object
implements Callback


Constructor Summary
AttachmentResultCallback()
           
 
Method Summary
 Attachment getAttachment()
           
 String getAttachmentId()
          The requested attachment which will be secured.
 void setAttachment(Attachment attachment)
           
 void setAttachmentId(String attachmentId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttachmentResultCallback

public AttachmentResultCallback()
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)

getAttachment

public Attachment getAttachment()

setAttachment

public void setAttachment(Attachment attachment)


Copyright © 2004–2015 The Apache Software Foundation. All rights reserved.