com.sun.xml.ws.security.opt.impl.crypto
Class AttachmentData

java.lang.Object
  extended by com.sun.xml.ws.security.opt.impl.crypto.AttachmentData
All Implemented Interfaces:
Data

public class AttachmentData
extends Object
implements Data

An implementation of Data type containing a JAX-WS attachment

Author:
ashutosh.shahi@sun.com

Constructor Summary
AttachmentData(Attachment attachment)
           
 
Method Summary
 Attachment getAttachment()
           
 void write(OutputStream os)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttachmentData

public AttachmentData(Attachment attachment)
Method Detail

write

public void write(OutputStream os)
           throws IOException
Throws:
IOException

getAttachment

public Attachment getAttachment()


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.