Package rocks.xmpp.websocket
Class WebSocketContext
- java.lang.Object
-
- rocks.xmpp.websocket.WebSocketContext
-
- All Implemented Interfaces:
XmppContext
public final class WebSocketContext extends Object implements XmppContext
-
-
Constructor Summary
Constructors Constructor Description WebSocketContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterable<Class<?>>getClasses()Gets the classes to be bound to theJAXBContext.
-
-
-
Method Detail
-
getClasses
public final Iterable<Class<?>> getClasses()
Description copied from interface:XmppContextGets the classes to be bound to theJAXBContext.- Specified by:
getClassesin interfaceXmppContext- Returns:
- The clases to be bound.
-
-