|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.enunciate.modules.gwt.DataHandlerGWTMapper
public class DataHandlerGWTMapper
| Constructor Summary | |
|---|---|
DataHandlerGWTMapper()
|
|
| Method Summary | |
|---|---|
java.lang.Class<? extends byte[]> |
getGwtClass()
The GWT class supported by this mapper. |
java.lang.Class<? extends javax.activation.DataHandler> |
getJaxbClass()
The JAXB class supported by this mapper. |
byte[] |
toGWT(javax.activation.DataHandler jaxbObject,
GWTMappingContext context)
Maps a JAXB object to a GWT object. |
javax.activation.DataHandler |
toJAXB(byte[] gwtObject,
GWTMappingContext context)
Maps a GWT 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 DataHandlerGWTMapper()
| Method Detail |
|---|
public byte[] toGWT(javax.activation.DataHandler jaxbObject,
GWTMappingContext context)
throws GWTMappingException
GWTMapper
toGWT in interface GWTMapper<javax.activation.DataHandler,byte[]>jaxbObject - The jaxb object.context - The mapping context.
GWTMappingException
public javax.activation.DataHandler toJAXB(byte[] gwtObject,
GWTMappingContext context)
throws GWTMappingException
GWTMapper
toJAXB in interface GWTMapper<javax.activation.DataHandler,byte[]>gwtObject - The gwt object.context - The mapping context.
GWTMappingExceptionpublic java.lang.Class<? extends javax.activation.DataHandler> getJaxbClass()
CustomGWTMapper
getJaxbClass in interface CustomGWTMapper<javax.activation.DataHandler,byte[]>public java.lang.Class<? extends byte[]> getGwtClass()
CustomGWTMapper
getGwtClass in interface CustomGWTMapper<javax.activation.DataHandler,byte[]>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||