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
-
Method Summary
Modifier and TypeMethodDescriptionint
void
setWsdlSchema
(javax.wsdl.Definition wsdlDefinition, javax.wsdl.extensions.schema.Schema wsdlSchema) Methods inherited from class org.frankframework.validation.xsd.ResourceXsd
getResourceBase, getSystemId, initNamespace, initNoNamespace
Methods inherited from class org.frankframework.validation.AbstractXSD
asString, compareTo, compareToByContents, equals, getImportedNamespaces, getImportedNamespacesToIgnore, getImportedSchemaLocationsToIgnore, getImportParent, getNamespace, getParentLocation, getResourceTarget, getRootTags, getScopeProvider, getTargetNamespace, getXsdDefaultNamespace, getXsdsRecursive, getXsdsRecursive, getXsdTargetNamespace, hashCode, initFromXsds, isAddNamespaceToSchema, isRootXsd, isUseBaseImportedSchemaLocationsToIgnore, setAddNamespaceToSchema, setImportedNamespacesToIgnore, setImportedNamespacesToIgnore, setImportedSchemaLocationsToIgnore, setImportedSchemaLocationsToIgnore, setImportParent, setParentLocation, setResourceInternalReference, setRootXsd, setTargetNamespace, setUseBaseImportedSchemaLocationsToIgnore, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.frankframework.validation.IXSD
hasDependency
-
Constructor Details
-
WsdlXsd
public WsdlXsd()
-
-
Method Details
-
setWsdlSchema
public void setWsdlSchema(javax.wsdl.Definition wsdlDefinition, javax.wsdl.extensions.schema.Schema wsdlSchema) -
getReader
- Specified by:
getReader
in interfaceSchema
- Overrides:
getReader
in classResourceXsd
- Throws:
IOException
-
compareToByReferenceOrContents
- Overrides:
compareToByReferenceOrContents
in classResourceXsd
-