xmltooling.1.4.4.source-code.default-config.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xmltooling Show documentation
Show all versions of xmltooling Show documentation
XMLTooling-J is a low-level library that may be used to construct libraries that allow developers to work with
XML in a Java beans manner.
The newest version!
<?xml version="1.0" encoding="UTF-8"?> <XMLTooling xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:saml1p="urn:oasis:names:tc:SAML:1.0:protocol" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:xt="http://www.opensaml.org/xmltooling-config" xmlns="http://www.opensaml.org/xmltooling-config"> <ObjectProviders> <!-- Default Provider --> <ObjectProvider qualifiedName="xt:DEFAULT"> <BuilderClass className="org.opensaml.xml.schema.impl.XSAnyBuilder"/> <MarshallingClass className="org.opensaml.xml.schema.impl.XSAnyMarshaller"/> <UnmarshallingClass className="org.opensaml.xml.schema.impl.XSAnyUnmarshaller"/> </ObjectProvider> </ObjectProviders> </XMLTooling>