|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of SchemaException in org.ow2.easywsdl.schema |
|---|
| Methods in org.ow2.easywsdl.schema that throw SchemaException | |
|---|---|
static SchemaFactory |
SchemaFactory.newInstance()
Get a new instance of a SchemaFactory. |
| Uses of SchemaException in org.ow2.easywsdl.schema.api |
|---|
| Methods in org.ow2.easywsdl.schema.api that throw SchemaException | |
|---|---|
org.w3c.dom.Document |
SchemaWriter.getDocument(Schema schemaDef)
Return a document generated from the specified SchemaImpl model. |
Schema |
SchemaReader.readSchema(org.w3c.dom.Document wsdlDocument)
Read the specified SchemaImpl document into a SchemaImpl definition. |
Schema |
SchemaReader.readSchema(java.net.URI schemaURI)
Read the SchemaImpl document accessible via the specified URI into a SchemaImpl definition. |
Schema |
SchemaReader.readSchema(java.net.URI schemaURI,
javax.xml.transform.dom.DOMSource inputSource)
Read a SchemaImpl document into a SchemaImpl definition. |
java.lang.String |
SchemaWriter.writeSchema(Schema wsdlDef)
Write the specified SchemaImpl definition . |
| Uses of SchemaException in org.ow2.easywsdl.schema.api.absItf |
|---|
| Methods in org.ow2.easywsdl.schema.api.absItf that throw SchemaException | |
|---|---|
void |
AbsItfSchema.addInclude(Incl includeDef)
Add an include to this parent. |
org.jdom.Element |
AbsItfElement.generateElement(java.lang.Object values)
|
java.lang.String |
AbsItfElement.printXml(java.lang.Object value)
print the xml with value if value ! |
Incl |
AbsItfSchema.removeInclude(Incl includeDef)
Remove an include from this parent. |
| Uses of SchemaException in org.ow2.easywsdl.schema.api.abstractElmt |
|---|
| Methods in org.ow2.easywsdl.schema.api.abstractElmt that throw SchemaException | |
|---|---|
void |
AbstractSchemaImpl.addInclude(Incl incl)
IncludeImpl operation |
org.jdom.Element |
AbstractElementImpl.generateElement(java.lang.Object values)
|
abstract java.lang.String |
AbstractTypeImpl.printXml(AbsItfElement e,
V value)
|
java.lang.String |
AbstractElementImpl.printXml(java.lang.Object value)
|
| Uses of SchemaException in org.ow2.easywsdl.schema.decorator |
|---|
| Methods in org.ow2.easywsdl.schema.decorator that throw SchemaException | |
|---|---|
void |
DecoratorSchemaImpl.addInclude(Incl includeDef)
|
protected AttNew |
AbstractSchemaConverter.convertAttribute(AbsItfAttribute oldAttribute,
java.lang.Class<AttImpl> attImpl)
|
protected void |
AbstractSchemaConverter.convertAttributes(java.util.List<AbsItfAttribute> attributes,
java.lang.Class<AttImpl> attImpl,
SNew newDesc)
|
protected CTNew |
AbstractSchemaConverter.convertComplexType(AbsItfComplexType oldCt,
java.lang.Class<CTImpl> cTImpl)
|
protected ENew |
AbstractSchemaConverter.convertElement(AbsItfElement oldElement,
java.lang.Class<EImpl> eimpl)
Convert all wsdl element |
protected void |
AbstractSchemaConverter.convertElements(java.util.List<AbsItfElement> elements,
java.lang.Class<EImpl> eimpl,
SNew newDesc)
|
abstract ImptNew |
AbstractSchemaConverter.convertImport(AbsItfImport desc)
|
ImptNew |
AbstractSchemaConverter.convertImport(AbsItfImport oldImpt,
java.lang.Class<ImptImpl> imptimpl)
|
protected void |
AbstractSchemaConverter.convertImports(java.util.List<AbsItfImport> imports,
java.lang.Class<ImptImpl> imptimpl,
SNew newDesc)
|
protected InclNew |
AbstractSchemaConverter.convertInclude(AbsItfInclude oldInclude,
java.lang.Class<InclImpl> inclimpl)
|
protected void |
AbstractSchemaConverter.convertIncludes(java.util.List<AbsItfInclude> includes,
java.lang.Class<InclImpl> inclimpl,
SNew newDesc)
|
abstract SNew |
AbstractSchemaConverter.convertSchema(AbsItfSchema desc)
|
protected SNew |
AbstractSchemaConverter.convertSchema(AbsItfSchema odlDesc,
java.lang.Class<SImpl> simpl,
java.lang.Class<AnnImpl> annImpl,
java.lang.Class<AttGImpl> attGImpl,
java.lang.Class<AttImpl> attImpl,
java.lang.Class<CTImpl> cTImpl,
java.lang.Class<EImpl> eImpl,
java.lang.Class<GImpl> gImpl,
java.lang.Class<ImptImpl> imptImpl,
java.lang.Class<InclImpl> inclImpl,
java.lang.Class<NotImpl> notImpl,
java.lang.Class<RedImpl> redImpl,
java.lang.Class<STImpl> sTImpl,
java.lang.Class<TImpl> tImpl)
|
protected STNew |
AbstractSchemaConverter.convertSimpleType(AbsItfSimpleType oldSt,
java.lang.Class<STImpl> sTImpl)
|
protected void |
AbstractSchemaConverter.convertTypes(java.util.List<AbsItfType> types,
java.lang.Class<TImpl> tImpl,
java.lang.Class<STImpl> sTImpl,
java.lang.Class<CTImpl> cTImpl,
SNew newDesc)
|
org.jdom.Element |
DecoratorElementImpl.generateElement(java.lang.Object values)
|
java.lang.String |
DecoratorElementImpl.printXml(java.lang.Object value)
|
Incl |
DecoratorSchemaImpl.removeInclude(Incl includeDef)
|
| Uses of SchemaException in org.ow2.easywsdl.schema.impl |
|---|
| Methods in org.ow2.easywsdl.schema.impl that throw SchemaException | |
|---|---|
void |
SchemaImpl.addInclude(Include incl)
|
protected static void |
SchemaJAXBContext.createContext()
Private object initializations |
org.w3c.dom.Document |
SchemaWriterImpl.getDocument(Schema schemaDef)
|
static javax.xml.bind.Marshaller |
SchemaWriterImpl.getMarshaller()
Get the marshaller instance. |
static javax.xml.bind.Unmarshaller |
SchemaReaderImpl.getUnMarshaller()
Get the unmarshaller instance. |
java.lang.String |
ComplexTypeImpl.printXml(AbsItfElement e,
java.util.List<java.lang.String> values)
|
java.lang.String |
SimpleTypeImpl.printXml(AbsItfElement e,
java.lang.String value)
|
Schema |
SchemaReaderImpl.readSchema(org.w3c.dom.Document schemaDocument)
|
Schema |
SchemaReaderImpl.readSchema(java.net.URI schemaURI)
|
Schema |
SchemaReaderImpl.readSchema(java.net.URI schemaUri,
javax.xml.transform.dom.DOMSource input)
|
Include |
SchemaImpl.removeInclude(Include includeDef)
|
java.lang.String |
SchemaWriterImpl.writeSchema(Schema schemaDef)
|
| Constructors in org.ow2.easywsdl.schema.impl that throw SchemaException | |
|---|---|
SchemaImpl(java.net.URI baseURI,
Schema schema,
org.jdom.Document doc,
java.util.Map<SchemaReader.FeatureConstants,java.lang.Object> features)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||