net.java.dev.webdav.jaxrs.xml.elements
Class LockScope.LockScopeAdapter

java.lang.Object
  extended by javax.xml.bind.annotation.adapters.XmlAdapter<LockScope,LockScope>
      extended by net.java.dev.webdav.jaxrs.xml.elements.LockScope.LockScopeAdapter
Enclosing class:
LockScope

protected static final class LockScope.LockScopeAdapter
extends javax.xml.bind.annotation.adapters.XmlAdapter<LockScope,LockScope>


Constructor Summary
protected LockScope.LockScopeAdapter()
           
 
Method Summary
 LockScope marshal(LockScope value)
          For internal use only.
 LockScope unmarshal(LockScope value)
          For internal use only.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LockScope.LockScopeAdapter

protected LockScope.LockScopeAdapter()
Method Detail

marshal

public final LockScope marshal(LockScope value)
                        throws java.lang.Exception
For internal use only. Do not call this from client code.

Specified by:
marshal in class javax.xml.bind.annotation.adapters.XmlAdapter<LockScope,LockScope>
Throws:
java.lang.Exception
Since:
1.1.1

unmarshal

public final LockScope unmarshal(LockScope value)
                          throws java.lang.Exception
For internal use only. Do not call this from client code.

Specified by:
unmarshal in class javax.xml.bind.annotation.adapters.XmlAdapter<LockScope,LockScope>
Throws:
java.lang.Exception
Since:
1.1.1


Copyright © 2008-2009 The java.net WebDAV Project. All Rights Reserved.