A C D E F G I L M O P R S T W

A

ADD_ACTION - Static variable in class org.wsmo.grounding.sawsdl.events.GroundingChangeEvent
 
addGroundingChangeListener(GroundingChangeEventListener) - Method in interface org.wsmo.grounding.sawsdl.Grounding
Registers a grounding change listener to be notified when new model references and schema mappings are created or removed from this grounding object.
AttributeModelRef - Interface in org.wsmo.grounding.sawsdl
Representation of a single annotation reference from an XML Schema attribute definition to a concept of a semantic model.

C

ComplexTypeModelRef - Interface in org.wsmo.grounding.sawsdl
Representation of a single annotation reference from an XML Schema complexType definition to a concept of a semantic model.
createAttributeModelRef(QName, IRI) - Method in interface org.wsmo.grounding.sawsdl.Grounding
Creates and includes in this grounding object a single model reference from an XML Schema attribute to a concept in a semantic model.
createComplexTypeModelRef(QName, IRI) - Method in interface org.wsmo.grounding.sawsdl.Grounding
Creates and includes in this grounding object a single model reference from an XML Schema complexType to a concept in a semantic model.
createElementModelRef(QName, IRI) - Method in interface org.wsmo.grounding.sawsdl.Grounding
Creates and includes in this grounding object a single model reference from an XML Schema element to a concept in a semantic model.
createFaultModelRef(QName, IRI) - Method in interface org.wsmo.grounding.sawsdl.Grounding
Creates and includes in this grounding object a single model reference from a WSDL operation fault to a concept in a semantic model.
createInterfaceCategory(QName, IRI) - Method in interface org.wsmo.grounding.sawsdl.Grounding
Creates and includes in this grounding object a single model reference from a WSDL interface to a concept in a semantic model.
createLiftingSchemaMapping(QName, URI) - Method in interface org.wsmo.grounding.sawsdl.Grounding
Creates and includes in this grounding object a mapping to a transformation schema responsible for the lifting of the source entity to the corresponding semantic model entity.
createLoweringSchemaMapping(QName, URI) - Method in interface org.wsmo.grounding.sawsdl.Grounding
Creates and includes in this grounding object a mapping to a transformation schema responsible for the lowering to the source entity from the corresponding semantic model entity.
createOperationModelRef(QName, IRI) - Method in interface org.wsmo.grounding.sawsdl.Grounding
Creates and includes in this grounding object a single model reference from a WSDL operation to a concept in a semantic model.
createParser(Map<String, Object>) - Static method in class org.wsmo.grounding.sawsdl.io.Factory
 
createSerializer(Map<String, Object>) - Static method in class org.wsmo.grounding.sawsdl.io.Factory
 
createSimpleTypeModelRef(QName, IRI) - Method in interface org.wsmo.grounding.sawsdl.Grounding
Creates and includes in this grounding object a single model reference from an XML Schema simpleType to a concept in a semantic model.

D

DEFAULT_PARSER_IMPL - Static variable in class org.wsmo.grounding.sawsdl.io.Factory
 
DEFAULT_SAWSDL_NS_PREFIX - Static variable in class org.wsmo.grounding.sawsdl.SAWSDL
 
DEFAULT_SERIALIZER_IMPL - Static variable in class org.wsmo.grounding.sawsdl.io.Factory
 

E

ElementModelRef - Interface in org.wsmo.grounding.sawsdl
Representation of a single annotation reference from an XML Schema element definition to a concept of a semantic model.
ENCODING - Static variable in class org.wsmo.grounding.sawsdl.io.Factory
 

F

Factory - Class in org.wsmo.grounding.sawsdl.io
 
FaultModelRef - Interface in org.wsmo.grounding.sawsdl
Representation of a single annotation reference from a WSDL 2.0 operation fault definition to a concept of a semantic model.
For details see:
http://www.w3.org/TR/sawsdl/
http://www.w3.org/TR/wsdl20/

G

getAction() - Method in class org.wsmo.grounding.sawsdl.events.GroundingChangeEvent
The type of the performed action (ADD_ACTION or REMOVE_ACTION).
getModelRef() - Method in class org.wsmo.grounding.sawsdl.events.GroundingChangeEvent
The target of grounding element which has been changed.
getSchema() - Method in interface org.wsmo.grounding.sawsdl.SchemaMapping
 
getSource() - Method in interface org.wsmo.grounding.sawsdl.ModelRef
Returns unique id of the object annotated by this ModelReference
getSource() - Method in interface org.wsmo.grounding.sawsdl.SchemaMapping
Returns Unique id of the object annotated by this schema mapping
getTarget() - Method in interface org.wsmo.grounding.sawsdl.ModelRef
The target reference of this annotation, pointing to a concept of a semantic model.
getType() - Method in class org.wsmo.grounding.sawsdl.events.GroundingChangeEvent
The type of the grounding element which has been added or removed (MODEL_REF, LOWERING_REF or LIFTING_REF).
getWsdlName() - Method in class org.wsmo.grounding.sawsdl.events.GroundingChangeEvent
The WSDL or XML Schema element to which the grounding element belongs.
Grounding - Interface in org.wsmo.grounding.sawsdl
A grounding object containing all SAWSDL annotations of a single WSDL document.
groundingChanged(GroundingChangeEvent) - Method in interface org.wsmo.grounding.sawsdl.events.GroundingChangeEventListener
Called when the observed grounding object changes its internal state.
GroundingChangeEvent - Class in org.wsmo.grounding.sawsdl.events
An event indicating an addition or removal of semantic model annotations.
GroundingChangeEvent(int, int, QName, Object) - Constructor for class org.wsmo.grounding.sawsdl.events.GroundingChangeEvent
 
GroundingChangeEventListener - Interface in org.wsmo.grounding.sawsdl.events
 
GroundingParser - Interface in org.wsmo.grounding.sawsdl.io
 
GroundingSerializer - Interface in org.wsmo.grounding.sawsdl.io
 

I

InterfaceCategory - Interface in org.wsmo.grounding.sawsdl
Representation of a single annotation reference from a WSDL 2.0 interface definition to a concept of a semantic model.
For details see:
http://www.w3.org/TR/sawsdl/
http://www.w3.org/TR/wsdl20/

L

LIFTING_ATTRIBUTE - Static variable in class org.wsmo.grounding.sawsdl.SAWSDL
 
LIFTING_REF - Static variable in class org.wsmo.grounding.sawsdl.events.GroundingChangeEvent
 
LiftingSchemaMapping - Interface in org.wsmo.grounding.sawsdl
A lifting schema mapping for a certain XML Schema element.
For details see:
http://www.w3.org/TR/sawsdl/
http://www.w3.org/2001/XMLSchema/
listDeclaredModelRefs() - Method in interface org.wsmo.grounding.sawsdl.Grounding
Lists all (regardless of specific type) model references in this grounding object.
listDeclaredModelRefs(QName) - Method in interface org.wsmo.grounding.sawsdl.Grounding
Lists all model references for the specified WSDL or XML Schema entity in this grounding object.
listDeclaredSchemaMappings() - Method in interface org.wsmo.grounding.sawsdl.Grounding
Lists all lifting and lowering schema mappings of this grounding object.
listDeclaredSchemaMappings(QName) - Method in interface org.wsmo.grounding.sawsdl.Grounding
Lists all lifting and lowering schema mappings for the source entity belonging to this grounding object.
listModelRefs() - Method in interface org.wsmo.grounding.sawsdl.Grounding
Lists all (regardless of specific type) model references in this grounding object, including the propagated ones.
listModelRefs(QName) - Method in interface org.wsmo.grounding.sawsdl.Grounding
Lists all model references for the specified WSDL or XML Schema entity in this grounding object, including the propagated ones.
listSchemaMappings() - Method in interface org.wsmo.grounding.sawsdl.Grounding
Lists all lifting and lowering schema mappings of this grounding object, including the propagated ones.
listSchemaMappings(QName) - Method in interface org.wsmo.grounding.sawsdl.Grounding
Lists all lifting and lowering schema mappings for the source entity belonging to this grounding object, including the propagated ones.
LOWERING_ATTRIBUTE - Static variable in class org.wsmo.grounding.sawsdl.SAWSDL
 
LOWERING_REF - Static variable in class org.wsmo.grounding.sawsdl.events.GroundingChangeEvent
 
LoweringSchemaMapping - Interface in org.wsmo.grounding.sawsdl
A lowering schema mapping for a certain XML Schema element.
For details see:
http://www.w3.org/TR/sawsdl/
http://www.w3.org/2001/XMLSchema/

M

main(String[]) - Static method in class org.wsmo.grounding.sawsdl.examples.SawsdlExample
 
MODEL_REF - Static variable in class org.wsmo.grounding.sawsdl.events.GroundingChangeEvent
 
ModelRef - Interface in org.wsmo.grounding.sawsdl
An abstract representation of a semantic model annotation of a WSDL or XML Schema entity.

O

OperationModelRef - Interface in org.wsmo.grounding.sawsdl
Representation of a single annotation reference from a WSDL 2.0 operation definition to a concept of a semantic model.
For details see:
http://www.w3.org/TR/sawsdl/
http://www.w3.org/TR/wsdl20/
org.wsmo.grounding.sawsdl - package org.wsmo.grounding.sawsdl
 
org.wsmo.grounding.sawsdl.events - package org.wsmo.grounding.sawsdl.events
 
org.wsmo.grounding.sawsdl.examples - package org.wsmo.grounding.sawsdl.examples
 
org.wsmo.grounding.sawsdl.io - package org.wsmo.grounding.sawsdl.io
 

P

parse(Reader) - Method in interface org.wsmo.grounding.sawsdl.io.GroundingParser
Creates a grounding (possibly empty) object from an annotated or not annotated WSDL definition input.
PROVIDER_CLASS - Static variable in class org.wsmo.grounding.sawsdl.io.Factory
 

R

REF_ATTRIBUTE - Static variable in class org.wsmo.grounding.sawsdl.SAWSDL
 
REMOVE_ACTION - Static variable in class org.wsmo.grounding.sawsdl.events.GroundingChangeEvent
 
removeGroundingChangeListener(GroundingChangeEventListener) - Method in interface org.wsmo.grounding.sawsdl.Grounding
Unregisters a grounding change listener.
removeModelRef(ModelRef) - Method in interface org.wsmo.grounding.sawsdl.Grounding
Removes a single model reference from this grounding object.
removeSchemaMapping(SchemaMapping) - Method in interface org.wsmo.grounding.sawsdl.Grounding
Removes a single lifting or lowering schema mapping from this grounding object.

S

SAWSDL - Class in org.wsmo.grounding.sawsdl
 
SAWSDL() - Constructor for class org.wsmo.grounding.sawsdl.SAWSDL
 
SAWSDL_NS_URI - Static variable in class org.wsmo.grounding.sawsdl.SAWSDL
 
SawsdlExample - Class in org.wsmo.grounding.sawsdl.examples
 
SawsdlExample() - Constructor for class org.wsmo.grounding.sawsdl.examples.SawsdlExample
 
SchemaMapping - Interface in org.wsmo.grounding.sawsdl
An abstract schema mapping for a certain XML Schema element.
serialize(Grounding, Writer) - Method in interface org.wsmo.grounding.sawsdl.io.GroundingSerializer
Transforms the speficied grounding object into semantically annotated WSDL (SA-WSDL).
SimpleTypeModelRef - Interface in org.wsmo.grounding.sawsdl
Representation of a single annotation reference from an XML Schema simpleType definition to a concept of a semantic model.

T

TypeModelRef - Interface in org.wsmo.grounding.sawsdl
Abstract representation of a single annotation reference from an XML Schema type (simple or complex) definition to a concept of a semantic model.

W

WSDL_NS_URI - Static variable in class org.wsmo.grounding.sawsdl.SAWSDL
 

A C D E F G I L M O P R S T W

Copyright © 2004-2008 Ontotext Lab.. All Rights Reserved.