Interface SessionParticipantType


  • public interface SessionParticipantType
    Defines an implementation of SessionParticipant, with factory method.
    Author:
    K. Benedyczak
    • Method Detail

      • getProtocolType

        java.lang.String getProtocolType()
      • getInstance

        SessionParticipant getInstance​(java.lang.String entryValue)
                                throws java.io.IOException
        Throws:
        java.io.IOException
      • serialize

        java.lang.String serialize​(SessionParticipant participant)
                            throws java.io.IOException
        Throws:
        java.io.IOException