public interface MarshallAware
| Modifier and Type | Method and Description |
|---|---|
void |
afterMarshall(OpenWireFormat wireFormat) |
void |
afterUnmarshall(OpenWireFormat wireFormat) |
void |
beforeMarshall(OpenWireFormat wireFormat) |
void |
beforeUnmarshall(OpenWireFormat wireFormat) |
void beforeMarshall(OpenWireFormat wireFormat) throws java.io.IOException
java.io.IOExceptionvoid afterMarshall(OpenWireFormat wireFormat) throws java.io.IOException
java.io.IOExceptionvoid beforeUnmarshall(OpenWireFormat wireFormat) throws java.io.IOException
java.io.IOExceptionvoid afterUnmarshall(OpenWireFormat wireFormat) throws java.io.IOException
java.io.IOExceptionCopyright © 2014 Red Hat. All Rights Reserved.