public class UnmarshallerMultiListener extends Unmarshaller.Listener
| Constructor and Description |
|---|
UnmarshallerMultiListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Object target,
Object parent) |
void |
beforeUnmarshal(Object target,
Object parent) |
void |
registerListener(Unmarshaller.Listener listener) |
void |
unregisterListener(Unmarshaller.Listener listener) |
public void beforeUnmarshal(Object target, Object parent)
beforeUnmarshal in class Unmarshaller.Listenerpublic void afterUnmarshal(Object target, Object parent)
afterUnmarshal in class Unmarshaller.Listenerpublic void registerListener(Unmarshaller.Listener listener)
public void unregisterListener(Unmarshaller.Listener listener)
Copyright © 2017 JBoss by Red Hat. All rights reserved.