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