org.ow2.easywsdl.extensions.sawsdl.api
Interface SAWSDLElement
- All Superinterfaces:
- java.io.Serializable
- All Known Subinterfaces:
- All, Annotation, AttrExtensions, Attribute, AttributeGroup, Binding, BindingFault, BindingInput, BindingOperation, BindingOutput, BindingParam, BindingPart, Choice, ComplexContent, ComplexType, Description, Documentation, Element, Endpoint, Extension, Fault, Group, Import, Import, Include, Include, Input, InterfaceType, Notation, Operation, Output, Param, Part, Redefine, SASchemaElement, Schema, Sequence, Service, SimpleContent, SimpleType, Type, Types
- All Known Implementing Classes:
- AllImpl, AnnotationImpl, AttrExtensionsImpl, AttributeGroupImpl, AttributeImpl, BindingFaultImpl, BindingImpl, BindingInputImpl, BindingOperationImpl, BindingOutputImpl, ChoiceImpl, ComplexContentImpl, ComplexTypeImpl, DescriptionImpl, ElementImpl, EndpointImpl, ExtensionImpl, FaultImpl, GroupImpl, ImportImpl, ImportImpl, IncludeImpl, IncludeImpl, InputImpl, InterfaceTypeImpl, NotationImpl, OperationImpl, OutputImpl, RedefineImpl, SASchemaElementImpl, SAWSDLElementImpl, SchemaImpl, SequenceImpl, ServiceImpl, SimpleContentImpl, SimpleTypeImpl, TypeImpl, TypesImpl
public interface SAWSDLElement
- extends java.io.Serializable
This interface represents all WSDL Elements
- Author:
- Nicolas Salatge - eBM WebSourcing
getModelReference
java.util.List<java.net.URI> getModelReference()
throws SAWSDLException
- Throws:
SAWSDLException
getAttrExtensions
AttrExtensions getAttrExtensions()
throws SAWSDLException
- Throws:
SAWSDLException
addModelReference
void addModelReference(java.net.URI uri)
throws SAWSDLException
- Throws:
SAWSDLException
removeModelReference
java.net.URI removeModelReference(java.net.URI uri)
throws SAWSDLException
- Throws:
SAWSDLException
removeAllModelReferences
java.util.List<java.net.URI> removeAllModelReferences()
throws SAWSDLException
- Throws:
SAWSDLException
Copyright © 2008-2009 Petals Link (previously EBM WebSourcing). All Rights Reserved.