public class UnmarshalCallback extends Object
Purpose:Hold information about class based JAXB 2.0 Callback methods
Responsibilities:
JAXBUnmarshalListener
,
JAXBUnmarshaller
Constructor and Description |
---|
UnmarshalCallback() |
Modifier and Type | Method and Description |
---|---|
Method |
getAfterUnmarshalCallback() |
Method |
getBeforeUnmarshalCallback() |
Class |
getDomainClass() |
void |
initialize(ClassLoader loader) |
void |
setAfterUnmarshalCallback(Method method)
Should not use this method - the init method will
overwrite the set value.
|
void |
setBeforeUnmarshalCallback(Method method)
Should not use this method - the init method will
overwrite the set value.
|
void |
setDomainClass(Class clazz)
Should use setDomainClassName - the init method will overwrite
the set value with Class.forName(domainClassName)
|
void |
setDomainClassName(String className) |
void |
setHasAfterUnmarshalCallback() |
void |
setHasBeforeUnmarshalCallback() |
public Method getAfterUnmarshalCallback()
public Method getBeforeUnmarshalCallback()
public Class getDomainClass()
public void initialize(ClassLoader loader)
loader
- public void setAfterUnmarshalCallback(Method method)
public void setHasAfterUnmarshalCallback()
public void setBeforeUnmarshalCallback(Method method)
public void setHasBeforeUnmarshalCallback()
public void setDomainClass(Class clazz)
clazz
- public void setDomainClassName(String className)
Copyright © 2007–2020 Eclipse.org - EclipseLink Project. All rights reserved.