public class AbstractJaxbTaskObject<T> extends Object
Modifier | Constructor and Description |
---|---|
|
AbstractJaxbTaskObject() |
protected |
AbstractJaxbTaskObject(Class<?> realClass) |
protected |
AbstractJaxbTaskObject(T taskObject,
Class<?> objectInterface) |
Modifier and Type | Method and Description |
---|---|
static <I,J extends I> |
convertListFromInterfaceToJaxbImpl(List<I> interfacelList,
Class<I> interfaceClass,
Class<J> jaxbClass) |
protected void |
initialize(T taskObject,
Class<?> objectInterface) |
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
protected Class<?> realClass
public AbstractJaxbTaskObject()
protected AbstractJaxbTaskObject(Class<?> realClass)
public static <I,J extends I> List<J> convertListFromInterfaceToJaxbImpl(List<I> interfacelList, Class<I> interfaceClass, Class<J> jaxbClass)
public void writeExternal(ObjectOutput out) throws IOException
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.