org.apache.ws.jaxme.util
Class HexBinary

java.lang.Object
  extended byorg.apache.ws.jaxme.util.HexBinary

public class HexBinary
extends java.lang.Object

Utility class for xs:hexbinary.

Author:
Jochen Wiedmann

Constructor Summary
HexBinary()
           
 
Method Summary
static byte[] decode(java.lang.String pValue)
           
static java.lang.String encode(byte[] pHexBinary)
           
static byte[] getClone(byte[] pHexBinary)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HexBinary

public HexBinary()
Method Detail

getClone

public static byte[] getClone(byte[] pHexBinary)

decode

public static byte[] decode(java.lang.String pValue)

encode

public static java.lang.String encode(byte[] pHexBinary)