Class RadiusUtils.RadiusPacketAdapter
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<byte[],RadiusPacket>
ru.bitel.bgbilling.kernel.network.radius.RadiusUtils.RadiusPacketAdapter
- Enclosing class:
- RadiusUtils
public static class RadiusUtils.RadiusPacketAdapter extends javax.xml.bind.annotation.adapters.XmlAdapter<byte[],RadiusPacket>
-
Constructor Summary
Constructors Constructor Description RadiusPacketAdapter()
-
Method Summary
Modifier and Type Method Description byte[]
marshal(RadiusPacket v)
RadiusPacket
unmarshal(byte[] v)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
RadiusPacketAdapter
public RadiusPacketAdapter()
-
-
Method Details
-
marshal
- Specified by:
marshal
in classjavax.xml.bind.annotation.adapters.XmlAdapter<byte[],RadiusPacket>
- Throws:
java.lang.Exception
-
unmarshal
- Specified by:
unmarshal
in classjavax.xml.bind.annotation.adapters.XmlAdapter<byte[],RadiusPacket>
- Throws:
java.lang.Exception
-