Class WsdlXsd
java.lang.Object
org.frankframework.validation.AbstractXSD
org.frankframework.validation.xsd.ResourceXsd
org.frankframework.validation.xsd.WsdlXsd
- All Implemented Interfaces:
Comparable<IXSD>,IXSD,Schema
Extension of ResourceXsd, where the schema is retrieved from a WSDL.
- Author:
- Gerrit van Brakel
-
Field Summary
Fields inherited from class org.frankframework.validation.AbstractXSD
useBaseImportedSchemaLocationsToIgnore -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintvoidsetWsdlSchema(javax.wsdl.Definition wsdlDefinition, javax.wsdl.extensions.schema.Schema wsdlSchema) Methods inherited from class org.frankframework.validation.xsd.ResourceXsd
getResourceBase, getSystemId, initNamespace, initNoNamespaceMethods inherited from class org.frankframework.validation.AbstractXSD
asString, compareTo, compareToByContents, equals, getImportParent, getXsdsRecursive, getXsdsRecursive, hashCode, initFromXsds, setImportedNamespacesToIgnore, setImportedNamespacesToIgnore, setImportedSchemaLocationsToIgnore, setImportedSchemaLocationsToIgnore, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.frankframework.validation.IXSD
getImportedNamespaces, getImportedNamespacesToIgnore, getImportedSchemaLocationsToIgnore, getNamespace, getParentLocation, getResourceTarget, getRootTags, getScopeProvider, getTargetNamespace, getXsdDefaultNamespace, getXsdTargetNamespace, hasDependency, isAddNamespaceToSchema, isUseBaseImportedSchemaLocationsToIgnore
-
Constructor Details
-
WsdlXsd
public WsdlXsd()
-
-
Method Details
-
setWsdlSchema
public void setWsdlSchema(javax.wsdl.Definition wsdlDefinition, javax.wsdl.extensions.schema.Schema wsdlSchema) -
getReader
- Specified by:
getReaderin interfaceSchema- Overrides:
getReaderin classResourceXsd- Throws:
IOException
-
compareToByReferenceOrContents
- Overrides:
compareToByReferenceOrContentsin classResourceXsd
-