EntityLoader<ListenPortEntity>@Singleton public class ListenPortLoader extends java.lang.Object implements EntityLoader<ListenPortEntity>
| Constructor | Description |
|---|---|
ListenPortLoader() |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Class<ListenPortEntity> |
entityClass() |
|
ListenPortEntity |
load(org.w3c.dom.Element element) |
entityTypepublic ListenPortEntity load(org.w3c.dom.Element element)
load in interface EntityLoader<ListenPortEntity>public java.lang.Class<ListenPortEntity> entityClass()
entityClass in interface EntityLoader<ListenPortEntity>