org.ow2.easywsdl.extensions.sawsdl.api
Interface SASchemaElement
- All Superinterfaces:
- SAWSDLElement, java.io.Serializable
- All Known Subinterfaces:
- ComplexType, Element, SimpleType, Type
- All Known Implementing Classes:
- ComplexTypeImpl, ElementImpl, SASchemaElementImpl, SimpleTypeImpl, TypeImpl
public interface SASchemaElement
- extends SAWSDLElement
This interface represents all WSDL Elements
- Author:
- Nicolas Boissel-Dallier - eBM WebSourcing
getLiftingSchemaMapping
java.util.List<java.net.URI> getLiftingSchemaMapping()
throws SAWSDLException
- Throws:
SAWSDLException
getLoweringSchemaMapping
java.util.List<java.net.URI> getLoweringSchemaMapping()
throws SAWSDLException
- Throws:
SAWSDLException
addLiftingSchemaMapping
void addLiftingSchemaMapping(java.net.URI uri)
throws SAWSDLException
- Throws:
SAWSDLException
addLoweringSchemaMapping
void addLoweringSchemaMapping(java.net.URI uri)
throws SAWSDLException
- Throws:
SAWSDLException
removeLiftingSchemaMapping
java.net.URI removeLiftingSchemaMapping(java.net.URI uri)
throws SAWSDLException
- Throws:
SAWSDLException
removeLoweringSchemaMapping
java.net.URI removeLoweringSchemaMapping(java.net.URI uri)
throws SAWSDLException
- Throws:
SAWSDLException
removeAllLiftingSchemaMappings
java.util.List<java.net.URI> removeAllLiftingSchemaMappings()
throws SAWSDLException
- Throws:
SAWSDLException
removeAllLoweringSchemaMappings
java.util.List<java.net.URI> removeAllLoweringSchemaMappings()
throws SAWSDLException
- Throws:
SAWSDLException
Copyright © 2008-2009 Petals Link (previously EBM WebSourcing). All Rights Reserved.