JavaTM 2 Platform
Standard Ed. 6

javax.xml.bind.annotation.adapters
類別 HexBinaryAdapter

java.lang.Object
  繼承者 javax.xml.bind.annotation.adapters.XmlAdapter<String,byte[]>
      繼承者 javax.xml.bind.annotation.adapters.HexBinaryAdapter

public final class HexBinaryAdapter
extends XmlAdapter<String,byte[]>

xs:hexBinaryXmlAdapter

XmlAdapterbyte[] 綁定到 XML 中的 hexBinary 表示形式。

從以下版本開始:
JAXB 2.0

建構子摘要
HexBinaryAdapter()
           
 
方法摘要
 String marshal(byte[] bytes)
          將 bound 型別轉換為 value 型別。
 byte[] unmarshal(String s)
          將 value 型別轉換為 bound 型別。
 
從類別 java.lang.Object 繼承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

建構子詳細資訊

HexBinaryAdapter

public HexBinaryAdapter()
方法詳細資訊

unmarshal

public byte[] unmarshal(String s)
從類別 XmlAdapter 複製的描述
將 value 型別轉換為 bound 型別。

指定者:
類別 XmlAdapter<String,byte[]> 中的 unmarshal
參數:
s - 要轉換的值。可以為 null。

marshal

public String marshal(byte[] bytes)
從類別 XmlAdapter 複製的描述
將 bound 型別轉換為 value 型別。

指定者:
類別 XmlAdapter<String,byte[]> 中的 marshal
參數:
bytes - 要轉換的值。可以為 null。

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only