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

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

public class OctectStreamData
extends Object
implements Data

Author:
K.Venugopal@sun.com

Constructor Summary
OctectStreamData(String data)
          Creates a new instance of OctectStreamData
 
Method Summary
 void write(XMLStreamWriter writer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OctectStreamData

public OctectStreamData(String data)
Creates a new instance of OctectStreamData

Method Detail

write

public void write(XMLStreamWriter writer)
           throws XMLStreamException
Throws:
XMLStreamException


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