org.ow2.easywsdl.extensions.sawsdl.api
Interface SAWSDLElement

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
Annotation, AttrExtensions, Attribute, AttributeGroup, Binding, BindingFault, BindingInput, BindingOperation, BindingOutput, BindingParam, BindingPart, ComplexType, Description, Documentation, Element, Endpoint, Fault, Group, Import, Import, Include, Include, Input, InterfaceType, Notation, Operation, Output, Param, Part, Redefine, Schema, Service, SimpleType, Type, Types
All Known Implementing Classes:
AnnotationImpl, AttrExtensionsImpl, AttributeGroupImpl, AttributeImpl, BindingFaultImpl, BindingImpl, BindingInputImpl, BindingOperationImpl, BindingOutputImpl, ComplexTypeImpl, DescriptionImpl, ElementImpl, EndpointImpl, FaultImpl, GroupImpl, ImportImpl, ImportImpl, IncludeImpl, IncludeImpl, InputImpl, InterfaceTypeImpl, NotationImpl, OperationImpl, OutputImpl, RedefineImpl, SAWSDLElementImpl, SchemaImpl, ServiceImpl, SimpleTypeImpl, TypeImpl, TypesImpl

public interface SAWSDLElement
extends java.io.Serializable

This interface represents all WSDL Elements

Author:
Nicolas Salatge - eBM WebSourcing

Method Summary
 void addLiftingSchemaMapping(java.net.URI uri)
           
 void addLoweringSchemaMapping(java.net.URI uri)
           
 void addModelReference(java.net.URI uri)
           
 AttrExtensions getAttrExtensions()
           
 java.util.List<java.net.URI> getLiftingSchemaMapping()
           
 java.util.List<java.net.URI> getLoweringSchemaMapping()
           
 java.util.List<java.net.URI> getModelReference()
           
 java.util.List<java.net.URI> removeAllLiftingSchemaMappings()
           
 java.util.List<java.net.URI> removeAllLoweringSchemaMappings()
           
 java.util.List<java.net.URI> removeAllModelReferences()
           
 java.net.URI removeLiftingSchemaMapping(java.net.URI uri)
           
 java.net.URI removeLoweringSchemaMapping(java.net.URI uri)
           
 java.net.URI removeModelReference(java.net.URI uri)
           
 

Method Detail

getModelReference

java.util.List<java.net.URI> getModelReference()
                                               throws SAWSDLException
Throws:
SAWSDLException

getLiftingSchemaMapping

java.util.List<java.net.URI> getLiftingSchemaMapping()
                                                     throws SAWSDLException
Throws:
SAWSDLException

getLoweringSchemaMapping

java.util.List<java.net.URI> getLoweringSchemaMapping()
                                                      throws SAWSDLException
Throws:
SAWSDLException

getAttrExtensions

AttrExtensions getAttrExtensions()
                                 throws SAWSDLException
Throws:
SAWSDLException

addModelReference

void addModelReference(java.net.URI uri)
                       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

removeModelReference

java.net.URI removeModelReference(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

removeAllModelReferences

java.util.List<java.net.URI> removeAllModelReferences()
                                                      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 eBM WebSourcing. All Rights Reserved.