Uses of Class
org.jsesoft.jse.exchange.GenericData

Packages that use GenericData
org.jsesoft.jse.exchange   
 

Uses of GenericData in org.jsesoft.jse.exchange
 

Methods in org.jsesoft.jse.exchange that return GenericData
 GenericData OpenStreamRequestData.getTopic()
          Returns value of property topic.
 GenericData OpenStreamRequestData.getAuthorization()
          Returns value of property authorization.
 GenericData SendMessageRequestData.getMessage()
          Returns value of property message.
 GenericData OpenSessionRequestData.getAuthorization()
          Returns value of property authorization.
 GenericData CallbackData.getResponse()
          Returns value of property response.
 GenericData CallbackData.getRequest()
          Returns value of property request.
 

Methods in org.jsesoft.jse.exchange with parameters of type GenericData
 void OpenStreamRequestData.setTopic(GenericData value)
          Specifies the new value of the property topic.
 void OpenStreamRequestData.setAuthorization(GenericData value)
          Specifies the new value of the property authorization.
 void SendMessageRequestData.setMessage(GenericData value)
          Specifies the new value of the property message.
 void OpenSessionRequestData.setAuthorization(GenericData value)
          Specifies the new value of the property authorization.
 void CallbackData.setResponse(GenericData value)
          Specifies the new value of the property response.
 void CallbackData.setRequest(GenericData value)
          Specifies the new value of the property request.