Apache CXF API

org.apache.cxf.binding.corba.types
Class CorbaOctetSequenceHandler

java.lang.Object
  extended by org.apache.cxf.binding.corba.types.CorbaObjectHandler
      extended by org.apache.cxf.binding.corba.types.CorbaOctetSequenceHandler

public class CorbaOctetSequenceHandler
extends CorbaObjectHandler


Field Summary
 
Fields inherited from class org.apache.cxf.binding.corba.types.CorbaObjectHandler
idlType, isAnon, isRecursive, name, type, typeCode
 
Constructor Summary
CorbaOctetSequenceHandler(QName primName, QName primIdlType, TypeCode primTC, Object primType)
           
 
Method Summary
 void clear()
           
 String getDataFromValue()
           
 byte[] getValue()
           
 void setValue(byte[] obj)
           
 void setValueFromData(String data)
           
 
Methods inherited from class org.apache.cxf.binding.corba.types.CorbaObjectHandler
getIdlType, getName, getSimpleName, getType, getTypeCode, getTypeCodeKind, isAnonymousType, isRecursive, setAnonymousType, setIntoAny, setRecursive
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CorbaOctetSequenceHandler

public CorbaOctetSequenceHandler(QName primName,
                                 QName primIdlType,
                                 TypeCode primTC,
                                 Object primType)
Method Detail

getValue

public byte[] getValue()

setValue

public void setValue(byte[] obj)

getDataFromValue

public String getDataFromValue()

setValueFromData

public void setValueFromData(String data)

clear

public void clear()
Overrides:
clear in class CorbaObjectHandler

Apache CXF API

Apache CXF