org.jvnet.jaxb2_commons.lang
Class JAXBCopyStrategy

java.lang.Object
  extended by org.jvnet.jaxb2_commons.lang.DefaultCopyStrategy
      extended by org.jvnet.jaxb2_commons.lang.JAXBCopyStrategy
All Implemented Interfaces:
CopyStrategy

public class JAXBCopyStrategy
extends DefaultCopyStrategy


Field Summary
static CopyStrategy INSTANCE
           
 
Constructor Summary
JAXBCopyStrategy()
           
 
Method Summary
protected  Object copyInternal(ObjectLocator locator, javax.xml.bind.JAXBElement jaxbElement)
           
protected  Object copyInternal(ObjectLocator locator, List list)
           
protected  Object copyInternal(ObjectLocator locator, Node node)
           
protected  Object copyInternal(ObjectLocator locator, Object object)
           
 
Methods inherited from class org.jvnet.jaxb2_commons.lang.DefaultCopyStrategy
copy, copy, copy, copy, copy, copy, copy, copy, copy, copy, copy, copy, copy, copy, copy, copy, copy, copy, copyInternal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final CopyStrategy INSTANCE
Constructor Detail

JAXBCopyStrategy

public JAXBCopyStrategy()
Method Detail

copyInternal

protected Object copyInternal(ObjectLocator locator,
                              Object object)
Overrides:
copyInternal in class DefaultCopyStrategy

copyInternal

protected Object copyInternal(ObjectLocator locator,
                              Node node)

copyInternal

protected Object copyInternal(ObjectLocator locator,
                              javax.xml.bind.JAXBElement jaxbElement)

copyInternal

protected Object copyInternal(ObjectLocator locator,
                              List list)


Copyright © 2005-2012. All Rights Reserved.