|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.enunciate.modules.amf.DataHandlerAMFMapper
public class DataHandlerAMFMapper
| Constructor Summary | |
|---|---|
DataHandlerAMFMapper()
|
|
| Method Summary | |
|---|---|
java.lang.Class<? extends byte[]> |
getAmfClass()
The AMF class supported by this mapper. |
java.lang.Class<? extends javax.activation.DataHandler> |
getJaxbClass()
The JAXB class supported by this mapper. |
byte[] |
toAMF(javax.activation.DataHandler jaxbObject,
AMFMappingContext context)
Maps a JAXB object to a AMF object. |
javax.activation.DataHandler |
toJAXB(byte[] amfObject,
AMFMappingContext context)
Maps a AMF object to a JAXB object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DataHandlerAMFMapper()
| Method Detail |
|---|
public byte[] toAMF(javax.activation.DataHandler jaxbObject,
AMFMappingContext context)
throws AMFMappingException
AMFMapper
toAMF in interface AMFMapper<javax.activation.DataHandler,byte[]>jaxbObject - The jaxb object.context - The mapping context.
AMFMappingException
public javax.activation.DataHandler toJAXB(byte[] amfObject,
AMFMappingContext context)
throws AMFMappingException
AMFMapper
toJAXB in interface AMFMapper<javax.activation.DataHandler,byte[]>amfObject - The amf object.context - The mapping context.
AMFMappingExceptionpublic java.lang.Class<? extends javax.activation.DataHandler> getJaxbClass()
CustomAMFMapper
getJaxbClass in interface CustomAMFMapper<javax.activation.DataHandler,byte[]>public java.lang.Class<? extends byte[]> getAmfClass()
CustomAMFMapper
getAmfClass in interface CustomAMFMapper<javax.activation.DataHandler,byte[]>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||