|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of DescriptionElement in org.apache.woden |
Methods in org.apache.woden that return DescriptionElement | |
abstract DescriptionElement |
WSDLFactory.newDescription()
|
Uses of DescriptionElement in org.apache.woden.internal |
Methods in org.apache.woden.internal that return DescriptionElement | |
protected DescriptionElement |
DOMWSDLReader.getWSDLFromLocation(java.lang.String locationURI,
DescriptionElement desc,
java.util.Map wsdlModules)
|
DescriptionElement |
OMWSDLFactory.newDescription()
|
protected DescriptionElement |
BaseWSDLReader.parseDescription(java.lang.String documentBaseURI,
XMLElement descEl,
java.util.Map wsdlModules)
|
protected abstract DescriptionElement |
BaseWSDLReader.getWSDLFromLocation(java.lang.String locationURI,
DescriptionElement desc,
java.util.Map wsdlModules)
|
protected DescriptionElement |
OMWSDLReader.getWSDLFromLocation(java.lang.String locationURI,
DescriptionElement desc,
java.util.Map wsdlModules)
|
DescriptionElement |
DOMWSDLFactory.newDescription()
|
Methods in org.apache.woden.internal with parameters of type DescriptionElement | |
protected Schema |
DOMWSDLReader.parseSchemaInline(XMLElement schemaEl,
DescriptionElement desc)
|
protected Schema |
DOMWSDLReader.parseSchemaImport(XMLElement importEl,
DescriptionElement desc)
|
protected void |
DOMWSDLReader.parseExtensionAttributes(XMLElement extEl,
java.lang.Class wsdlClass,
WSDLElement wsdlObj,
DescriptionElement desc)
|
protected void |
DOMWSDLReader.parseSchemaForXMLSchema(DescriptionElement desc)
|
protected DescriptionElement |
DOMWSDLReader.getWSDLFromLocation(java.lang.String locationURI,
DescriptionElement desc,
java.util.Map wsdlModules)
|
protected DocumentationElement |
BaseWSDLReader.parseDocumentation(XMLElement docEl,
DescriptionElement desc,
DocumentableElement parent)
|
protected abstract Schema |
BaseWSDLReader.parseSchemaImport(XMLElement importEl,
DescriptionElement desc)
|
protected abstract Schema |
BaseWSDLReader.parseSchemaInline(XMLElement schemaEl,
DescriptionElement desc)
|
protected ExtensionElement |
BaseWSDLReader.parseExtensionElement(java.lang.Class parentType,
WSDLElement parent,
XMLElement el,
DescriptionElement desc)
|
protected abstract void |
BaseWSDLReader.parseExtensionAttributes(XMLElement extEl,
java.lang.Class wsdlClass,
WSDLElement wsdlObj,
DescriptionElement desc)
|
protected void |
BaseWSDLReader.parseSchemaForXMLSchema(DescriptionElement desc)
|
protected abstract DescriptionElement |
BaseWSDLReader.getWSDLFromLocation(java.lang.String locationURI,
DescriptionElement desc,
java.util.Map wsdlModules)
|
protected Schema |
OMWSDLReader.parseSchemaImport(XMLElement importEl,
DescriptionElement desc)
|
protected Schema |
OMWSDLReader.parseSchemaInline(XMLElement schemaElement,
DescriptionElement desc)
|
protected void |
OMWSDLReader.parseExtensionAttributes(XMLElement domEl,
java.lang.Class wsdlClass,
WSDLElement wsdlObj,
DescriptionElement desc)
|
protected DescriptionElement |
OMWSDLReader.getWSDLFromLocation(java.lang.String locationURI,
DescriptionElement desc,
java.util.Map wsdlModules)
|
Uses of DescriptionElement in org.apache.woden.internal.util.dom |
Methods in org.apache.woden.internal.util.dom with parameters of type DescriptionElement | |
static QName |
DOMUtils.getQName(java.lang.String prefixedValue,
org.w3c.dom.Element contextEl,
DescriptionElement desc)
|
static void |
DOMUtils.registerUniquePrefix(java.lang.String prefix,
java.lang.String namespaceURI,
DescriptionElement desc)
|
Uses of DescriptionElement in org.apache.woden.internal.util.om |
Methods in org.apache.woden.internal.util.om with parameters of type DescriptionElement | |
static void |
OMUtils.registerUniquePrefix(java.lang.String prefix,
java.lang.String namespaceURI,
DescriptionElement desc)
|
Uses of DescriptionElement in org.apache.woden.internal.wsdl20 |
Classes in org.apache.woden.internal.wsdl20 that implement DescriptionElement | |
class |
DescriptionImpl
This class provides the implementation for a Description component from the WSDL Component Model, as described in the WSDL 2.0 specification. |
Methods in org.apache.woden.internal.wsdl20 that return DescriptionElement | |
DescriptionElement |
WSDLReferenceImpl.getDescriptionElement()
|
DescriptionElement |
DescriptionImpl.toElement()
|
Methods in org.apache.woden.internal.wsdl20 with parameters of type DescriptionElement | |
void |
WSDLReferenceImpl.setDescriptionElement(DescriptionElement desc)
|
Uses of DescriptionElement in org.apache.woden.internal.wsdl20.extensions.http |
Methods in org.apache.woden.internal.wsdl20.extensions.http with parameters of type DescriptionElement | |
ExtensionElement |
HTTPHeaderDeserializer.unmarshall(java.lang.Class parentType,
java.lang.Object parent,
QName extType,
XMLElement extEl,
DescriptionElement desc,
ExtensionRegistry extReg)
|
Uses of DescriptionElement in org.apache.woden.internal.wsdl20.extensions.soap |
Methods in org.apache.woden.internal.wsdl20.extensions.soap with parameters of type DescriptionElement | |
ExtensionElement |
SOAPModuleDeserializer.unmarshall(java.lang.Class parentType,
java.lang.Object parent,
QName elementType,
XMLElement el,
DescriptionElement desc,
ExtensionRegistry extReg)
|
ExtensionElement |
SOAPHeaderBlockDeserializer.unmarshall(java.lang.Class parentType,
java.lang.Object parent,
QName extType,
XMLElement extEl,
DescriptionElement desc,
ExtensionRegistry extReg)
|
Uses of DescriptionElement in org.apache.woden.internal.wsdl20.validation |
Methods in org.apache.woden.internal.wsdl20.validation with parameters of type DescriptionElement | |
boolean |
WSDLDocumentValidator.validate(DescriptionElement descElement,
ErrorReporter errorReporter)
Validate the document representation of the WSDL document against the WSDL 2.0 specification. |
protected boolean |
WSDLDocumentValidator.validateInterfaces(DescriptionElement descElement,
InterfaceElement[] interfaces,
ErrorReporter errorReporter)
Validate the contents of the interface element. |
protected boolean |
WSDLDocumentValidator.validateInterfaceFaults(DescriptionElement descElement,
InterfaceFaultElement[] faultElements,
ErrorReporter errorReporter)
Validate the InterfaceFault elements. |
protected boolean |
WSDLDocumentValidator.validateInterfaceOperations(DescriptionElement descElement,
InterfaceOperationElement[] interfaceOperations,
ErrorReporter errorReporter)
Validate the InterfaceOperation elements. |
protected boolean |
WSDLDocumentValidator.validateInterfaceMessageReferences(DescriptionElement descElement,
InterfaceMessageReferenceElement[] messageReferences,
ErrorReporter errorReporter)
Validate the InterfaceMessageReference elements. |
protected boolean |
WSDLDocumentValidator.testAssertionDescription0025(DescriptionElement descElement,
ErrorReporter errorReporter)
Test assertion Description-0025. |
protected boolean |
WSDLDocumentValidator.testAssertionSchema0020(DescriptionElement descElement,
InterfaceMessageReferenceElement messageReference,
ErrorReporter errorReporter)
Test assertion Schema-0020. |
protected boolean |
WSDLDocumentValidator.testAssertionSchema0020b(DescriptionElement descElement,
InterfaceFaultElement faultElement,
ErrorReporter errorReporter)
Test assertion Schema-0020. |
protected boolean |
WSDLDocumentValidator.testAssertionSchema0016(DescriptionElement descElement,
java.lang.String namespace,
ErrorReporter errorReporter)
Test assertion Schema-0016. |
Uses of DescriptionElement in org.apache.woden.wsdl20 |
Methods in org.apache.woden.wsdl20 that return DescriptionElement | |
DescriptionElement |
Description.toElement()
Returns a WSDLElement that represents the element information item from the WSDL 2.0 infoset that maps to this WSDLComponent. |
Uses of DescriptionElement in org.apache.woden.wsdl20.extensions |
Methods in org.apache.woden.wsdl20.extensions with parameters of type DescriptionElement | |
ExtensionElement |
ExtensionDeserializer.unmarshall(java.lang.Class parentType,
java.lang.Object parent,
QName extType,
XMLElement extEl,
DescriptionElement desc,
ExtensionRegistry extReg)
This method deserializes elements into instances of classes which implement the ExtensionElement interface. |
void |
ExtensionSerializer.marshall(java.lang.Class parentType,
QName elementType,
ExtensionElement extension,
java.io.PrintWriter pw,
DescriptionElement desc,
ExtensionRegistry extReg)
This method serializes extension-specific instances of ExtensibilityElement into the PrintWriter. |
void |
UnknownExtensionSerializer.marshall(java.lang.Class parentType,
QName elementType,
ExtensionElement extension,
java.io.PrintWriter pw,
DescriptionElement desc,
ExtensionRegistry extReg)
|
ExtensionElement |
UnknownExtensionDeserializer.unmarshall(java.lang.Class parentType,
java.lang.Object parent,
QName extType,
XMLElement extEl,
DescriptionElement desc,
ExtensionRegistry extReg)
|
Uses of DescriptionElement in org.apache.woden.wsdl20.xml |
Methods in org.apache.woden.wsdl20.xml that return DescriptionElement | |
DescriptionElement |
ImportElement.getDescriptionElement()
|
DescriptionElement |
IncludeElement.getDescriptionElement()
|
Methods in org.apache.woden.wsdl20.xml with parameters of type DescriptionElement | |
void |
ImportElement.setDescriptionElement(DescriptionElement desc)
|
void |
IncludeElement.setDescriptionElement(DescriptionElement desc)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |