|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensaml.xml.util.XMLObjectHelper
public final class XMLObjectHelper
A helper class for working with XMLObjects.
Method Summary | ||
---|---|---|
static
|
cloneXMLObject(T originalXMLObject)
Clone an XMLObject by brute force: 1) Marshall the original object if necessary 2) Clone the resulting DOM Element 3) Unmarshall a new XMLObject tree around it. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static <T extends XMLObject> T cloneXMLObject(T originalXMLObject) throws MarshallingException, UnmarshallingException
T
- the type of object being clonedoriginalXMLObject
- the object to be cloned
MarshallingException
- if original object can not be marshalled
UnmarshallingException
- if cloned object tree can not be unmarshalled
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |