Class XsdDefinition
java.lang.Object
com.aquima.interactions.communication.impl.XsdDefinition
- All Implemented Interfaces:
IXsdDefinition
,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]
This method returns the binary content of the schema.This method returns the includes of the schema.getName()
This method returns the name of the schema.This method returns the target namespace of the schema.protected void
initialize
(ISchemaContract contract)
-
Constructor Details
-
XsdDefinition
- Throws:
InitializationException
-
-
Method Details
-
initialize
- Throws:
InitializationException
-
getName
Description copied from interface:IXsdDefinition
This method returns the name of the schema.- Specified by:
getName
in interfaceIXsdDefinition
- Returns:
- The name of the schema, may not be null.
-
getIncludes
Description copied from interface:IXsdDefinition
This method returns the includes of the schema.- Specified by:
getIncludes
in interfaceIXsdDefinition
- Returns:
- The included schema definitions, may not be null.
-
getTargetNamespace
Description copied from interface:IXsdDefinition
This method returns the target namespace of the schema.- Specified by:
getTargetNamespace
in interfaceIXsdDefinition
- Returns:
- The target namespace, may be null.
-
getContent
public byte[] getContent()Description copied from interface:IXsdDefinition
This method returns the binary content of the schema.- Specified by:
getContent
in interfaceIXsdDefinition
- Returns:
- The binary content of the xsd, may not be null.
-