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

      public byte[] marshal​(RadiusPacket v) throws java.lang.Exception
      Specified by:
      marshal in class javax.xml.bind.annotation.adapters.XmlAdapter<byte[],​RadiusPacket>
      Throws:
      java.lang.Exception
    • unmarshal

      public RadiusPacket unmarshal​(byte[] v) throws java.lang.Exception
      Specified by:
      unmarshal in class javax.xml.bind.annotation.adapters.XmlAdapter<byte[],​RadiusPacket>
      Throws:
      java.lang.Exception