|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<E>
org.ow2.easywsdl.xml.impl.AbstractXMLElementImpl<E>
org.ow2.easywsdl.wsdl.api.abstractElmt.AbstractWSDLElementImpl
org.ow2.easywsdl.wsdl.decorator.DecoratorDescriptionImpl<Service,Endpoint,Binding,InterfaceType,Include,Import,Types>
org.ow2.easywsdl.extensions.sawsdl.impl.DescriptionImpl
public class DescriptionImpl
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.ow2.easywsdl.wsdl.api.abstractItf.AbsItfDescription |
|---|
org.ow2.easywsdl.wsdl.api.abstractItf.AbsItfDescription.WSDLVersionConstants |
| Field Summary |
|---|
| Fields inherited from class org.ow2.easywsdl.wsdl.decorator.DecoratorDescriptionImpl |
|---|
wsdl |
| Fields inherited from class org.ow2.easywsdl.wsdl.api.abstractElmt.AbstractWSDLElementImpl |
|---|
documentation |
| Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl |
|---|
model, parent |
| Constructor Summary | |
|---|---|
DescriptionImpl(org.ow2.easywsdl.wsdl.api.abstractItf.AbsItfDescription wsdl)
|
|
| 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)
|
| Methods inherited from class org.ow2.easywsdl.wsdl.decorator.DecoratorDescriptionImpl |
|---|
addBinding, addImport, addInclude, addInterface, addNamespace, addService, createBinding, createDefaultSoapBinding, createDocumentation, createImport, createInterface, createService, createTypes, findEndpointsImplementingInterface, getBinding, getBindings, getDecorator, getDocumentation, getDocumentBaseURI, getFirstDescription, getImports, getImports, getIncludes, getIncludes, getInterface, getInterfaces, getModel, getNamespaces, getOtherAttributes, getOtherElements, getParent, getQName, getSchemaLocation, getService, getServices, getTargetNamespace, getTypes, getVersion, removeBinding, removeImport, removeInclude, removeInterface, removeNamespace, removeService, setDocumentation, setDocumentBaseURI, setQName, setTargetNamespace, setTypes |
| Methods inherited from class org.ow2.easywsdl.wsdl.api.abstractElmt.AbstractWSDLElementImpl |
|---|
createElementFromString, toString |
| Methods inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl |
|---|
getSchema, getTopParent, setParent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.ow2.easywsdl.wsdl.api.abstractItf.AbsItfDescription |
|---|
addBinding, addImport, addInclude, addInterface, addNamespace, addService, createBinding, createDefaultSoapBinding, createImport, createInterface, createService, createTypes, findEndpointsImplementingInterface, getBinding, getBindings, getDocumentBaseURI, getImports, getImports, getIncludes, getIncludes, getInterface, getInterfaces, getNamespaces, getQName, getSchemaLocation, getService, getServices, getTargetNamespace, getTypes, getVersion, removeBinding, removeImport, removeInclude, removeInterface, removeNamespace, removeService, setDocumentBaseURI, setQName, setTargetNamespace, setTypes |
| Methods inherited from interface org.ow2.easywsdl.xml.api.XMLElement |
|---|
getOtherElements |
| Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement |
|---|
createDocumentation, getDocumentation, getOtherAttributes, setDocumentation |
| Constructor Detail |
|---|
public DescriptionImpl(org.ow2.easywsdl.wsdl.api.abstractItf.AbsItfDescription wsdl)
throws org.ow2.easywsdl.wsdl.api.WSDLException
org.ow2.easywsdl.wsdl.api.WSDLException| Method Detail |
|---|
public java.util.List<java.net.URI> getLiftingSchemaMapping()
throws SAWSDLException
getLiftingSchemaMapping in interface SAWSDLElementSAWSDLException
public java.util.List<java.net.URI> getLoweringSchemaMapping()
throws SAWSDLException
getLoweringSchemaMapping in interface SAWSDLElementSAWSDLException
public java.util.List<java.net.URI> getModelReference()
throws SAWSDLException
getModelReference in interface SAWSDLElementSAWSDLException
public void addLiftingSchemaMapping(java.net.URI uri)
throws SAWSDLException
addLiftingSchemaMapping in interface SAWSDLElementSAWSDLException
public void addLoweringSchemaMapping(java.net.URI uri)
throws SAWSDLException
addLoweringSchemaMapping in interface SAWSDLElementSAWSDLException
public void addModelReference(java.net.URI uri)
throws SAWSDLException
addModelReference in interface SAWSDLElementSAWSDLException
public java.util.List<java.net.URI> removeAllLiftingSchemaMappings()
throws SAWSDLException
removeAllLiftingSchemaMappings in interface SAWSDLElementSAWSDLException
public java.util.List<java.net.URI> removeAllLoweringSchemaMappings()
throws SAWSDLException
removeAllLoweringSchemaMappings in interface SAWSDLElementSAWSDLException
public java.util.List<java.net.URI> removeAllModelReferences()
throws SAWSDLException
removeAllModelReferences in interface SAWSDLElementSAWSDLException
public java.net.URI removeLiftingSchemaMapping(java.net.URI uri)
throws SAWSDLException
removeLiftingSchemaMapping in interface SAWSDLElementSAWSDLException
public java.net.URI removeLoweringSchemaMapping(java.net.URI uri)
throws SAWSDLException
removeLoweringSchemaMapping in interface SAWSDLElementSAWSDLException
public java.net.URI removeModelReference(java.net.URI uri)
throws SAWSDLException
removeModelReference in interface SAWSDLElementSAWSDLException
public AttrExtensions getAttrExtensions()
throws SAWSDLException
getAttrExtensions in interface SAWSDLElementSAWSDLException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||