public interface MarshallAware
Modifier and Type | Method and Description |
---|---|
void |
afterMarshall(WireFormat wireFormat) |
void |
afterUnmarshall(WireFormat wireFormat) |
void |
beforeMarshall(WireFormat wireFormat) |
void |
beforeUnmarshall(WireFormat wireFormat) |
void beforeMarshall(WireFormat wireFormat) throws java.io.IOException
java.io.IOException
void afterMarshall(WireFormat wireFormat) throws java.io.IOException
java.io.IOException
void beforeUnmarshall(WireFormat wireFormat) throws java.io.IOException
java.io.IOException
void afterUnmarshall(WireFormat wireFormat) throws java.io.IOException
java.io.IOException
Copyright © 2005-2012. All Rights Reserved.