EclipseLink JPA-RS 2.4.1, build 'v20121003-ad44345' API Reference

org.eclipse.persistence.jpa.rs.util
Class RelationshipLinkAdapter

java.lang.Object
  extended by javax.xml.bind.annotation.adapters.XmlAdapter<Link,org.eclipse.persistence.internal.weaving.RelationshipInfo>
      extended by org.eclipse.persistence.jpa.rs.util.RelationshipLinkAdapter

public class RelationshipLinkAdapter
extends javax.xml.bind.annotation.adapters.XmlAdapter<Link,org.eclipse.persistence.internal.weaving.RelationshipInfo>


Constructor Summary
RelationshipLinkAdapter()
           
RelationshipLinkAdapter(java.lang.String baseURI, PersistenceContext context)
           
 
Method Summary
 Link marshal(org.eclipse.persistence.internal.weaving.RelationshipInfo v)
           
 org.eclipse.persistence.internal.weaving.RelationshipInfo unmarshal(Link v)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelationshipLinkAdapter

public RelationshipLinkAdapter()

RelationshipLinkAdapter

public RelationshipLinkAdapter(java.lang.String baseURI,
                               PersistenceContext context)
Method Detail

unmarshal

public org.eclipse.persistence.internal.weaving.RelationshipInfo unmarshal(Link v)
                                                                    throws java.lang.Exception
Specified by:
unmarshal in class javax.xml.bind.annotation.adapters.XmlAdapter<Link,org.eclipse.persistence.internal.weaving.RelationshipInfo>
Throws:
java.lang.Exception

marshal

public Link marshal(org.eclipse.persistence.internal.weaving.RelationshipInfo v)
             throws java.lang.Exception
Specified by:
marshal in class javax.xml.bind.annotation.adapters.XmlAdapter<Link,org.eclipse.persistence.internal.weaving.RelationshipInfo>
Throws:
java.lang.Exception

EclipseLink JPA-RS 2.4.1, build 'v20121003-ad44345' API Reference