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 AbstractXSD
useBaseImportedSchemaLocationsToIgnore -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintvoidsetWsdlSchema(javax.wsdl.Definition wsdlDefinition, javax.wsdl.extensions.schema.Schema wsdlSchema) Methods inherited from class ResourceXsd
getResourceBase, getSystemId, initNamespace, initNoNamespaceMethods inherited from class AbstractXSD
asString, compareTo, compareToByContents, equals, getImportParent, getXsdsRecursive, getXsdsRecursive, hashCode, initFromXsds, setImportedNamespacesToIgnore, setImportedNamespacesToIgnore, setImportedSchemaLocationsToIgnore, setImportedSchemaLocationsToIgnore, toStringMethods inherited from interface 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
-