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:
javax.xml.crypto.Data

public class AttachmentData
extends Object
implements javax.xml.crypto.Data

An implementation of Data type containing a JAX-WS attachment

Author:
ashutosh.shahi@sun.com

Constructor Summary
AttachmentData(com.sun.xml.ws.api.message.Attachment attachment)
           
 
Method Summary
 com.sun.xml.ws.api.message.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(com.sun.xml.ws.api.message.Attachment attachment)
Method Detail

write

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

getAttachment

public com.sun.xml.ws.api.message.Attachment getAttachment()


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