Modifier and Type | Method and Description |
---|---|
abstract DescriptionElement |
WSDLFactory.newDescription() |
Modifier and Type | Method and Description |
---|---|
void |
WSDLWriter.writeWSDL(DescriptionElement wsdlDes,
OutputStream sink)
Write the specified WSDL Description to the specified OutputStream.
|
void |
WSDLWriter.writeWSDL(DescriptionElement wsdlDes,
Writer sink)
Write the specified WSDL Description to the specified Writer.
|
Modifier and Type | Method and Description |
---|---|
protected DescriptionElement |
OMWSDLReader.getWSDLFromLocation(String locationURI,
DescriptionElement desc,
Map wsdlModules) |
protected DescriptionElement |
DOMWSDLReader.getWSDLFromLocation(String locationURI,
DescriptionElement desc,
Map wsdlModules) |
protected abstract DescriptionElement |
BaseWSDLReader.getWSDLFromLocation(String locationURI,
DescriptionElement desc,
Map wsdlModules) |
DescriptionElement |
BaseWSDLFactory.newDescription() |
protected DescriptionElement |
BaseWSDLReader.parseDescription(String documentBaseURI,
XMLElement descEl,
Map wsdlModules) |
Modifier and Type | Method and Description |
---|---|
protected DescriptionElement |
OMWSDLReader.getWSDLFromLocation(String locationURI,
DescriptionElement desc,
Map wsdlModules) |
protected DescriptionElement |
DOMWSDLReader.getWSDLFromLocation(String locationURI,
DescriptionElement desc,
Map wsdlModules) |
protected abstract DescriptionElement |
BaseWSDLReader.getWSDLFromLocation(String locationURI,
DescriptionElement desc,
Map wsdlModules) |
protected DocumentationElement |
BaseWSDLReader.parseDocumentation(XMLElement docEl,
DescriptionElement desc,
DocumentableElement parent) |
protected void |
OMWSDLReader.parseExtensionAttributes(XMLElement domEl,
Class wsdlClass,
WSDLElement wsdlObj,
DescriptionElement desc) |
protected void |
DOMWSDLReader.parseExtensionAttributes(XMLElement extEl,
Class wsdlClass,
WSDLElement wsdlObj,
DescriptionElement desc) |
protected abstract void |
BaseWSDLReader.parseExtensionAttributes(XMLElement extEl,
Class wsdlClass,
WSDLElement wsdlObj,
DescriptionElement desc) |
protected ExtensionElement |
BaseWSDLReader.parseExtensionElement(Class parentType,
WSDLElement parent,
XMLElement el,
DescriptionElement desc) |
protected void |
DOMWSDLReader.parseSchemaForXMLSchema(DescriptionElement desc) |
protected void |
BaseWSDLReader.parseSchemaForXMLSchema(DescriptionElement desc) |
protected Schema |
OMWSDLReader.parseSchemaImport(XMLElement importEl,
DescriptionElement desc) |
protected Schema |
DOMWSDLReader.parseSchemaImport(XMLElement importEl,
DescriptionElement desc) |
protected abstract Schema |
BaseWSDLReader.parseSchemaImport(XMLElement importEl,
DescriptionElement desc) |
protected Schema |
OMWSDLReader.parseSchemaInline(XMLElement schemaElement,
DescriptionElement desc) |
protected Schema |
DOMWSDLReader.parseSchemaInline(XMLElement schemaEl,
DescriptionElement desc) |
protected abstract Schema |
BaseWSDLReader.parseSchemaInline(XMLElement schemaEl,
DescriptionElement desc) |
protected void |
OMWSDLWriter.printBindingFaults(BindingFaultElement[] faults,
DescriptionElement des,
PrintWriter pw)
Serialize the BindingFaultElements of the WSDL element model.
|
protected void |
DOMWSDLWriter.printBindingFaults(BindingFaultElement[] faults,
DescriptionElement des,
PrintWriter pw)
Serialize the BindingFaultElements of the WSDL element model.
|
protected void |
OMWSDLWriter.printBindingOperations(BindingOperationElement[] operations,
DescriptionElement des,
PrintWriter pw)
Serialize the BindingOperationElements of the WSDL element model.
|
protected void |
DOMWSDLWriter.printBindingOperations(BindingOperationElement[] operations,
DescriptionElement des,
PrintWriter pw)
Serialize the BindingOperationElements of the WSDL element model.
|
protected void |
OMWSDLWriter.printBindings(BindingElement[] bindings,
DescriptionElement des,
PrintWriter pw)
Serialize the printBindings of the WSDL element model.
|
protected void |
DOMWSDLWriter.printBindings(BindingElement[] bindings,
DescriptionElement des,
PrintWriter pw)
Serialize the printBindings of the WSDL element model.
|
protected void |
OMWSDLWriter.printDescription(DescriptionElement desEle,
PrintWriter pw)
Write the specified WSDL DescriptionElement and it's
child elements to the specified Writer.
|
protected void |
DOMWSDLWriter.printDescription(DescriptionElement desEle,
PrintWriter pw)
Write the specified WSDL DescriptionElement and it's
child elements to the specified Writer.
|
protected void |
OMWSDLWriter.printDocumentation(DocumentationElement[] docEles,
DescriptionElement def,
PrintWriter pw)
Serialize the DocumentationElements of the WSDL element model.
|
protected void |
DOMWSDLWriter.printDocumentation(DocumentationElement[] docEles,
DescriptionElement def,
PrintWriter pw)
Serialize the DocumentationElements of the WSDL element model.
|
protected void |
OMWSDLWriter.printEndpoints(EndpointElement[] endpoints,
DescriptionElement des,
PrintWriter pw)
Serialize the EndpointElements of the WSDL element model.
|
protected void |
DOMWSDLWriter.printEndpoints(EndpointElement[] endpoints,
DescriptionElement des,
PrintWriter pw)
Serialize the EndpointElements of the WSDL element model.
|
protected void |
OMWSDLWriter.printExtensibilityElements(Class parentType,
ExtensionElement[] extensibilityElements,
DescriptionElement def,
PrintWriter pw)
Serialize the ExtensibilityElements of the WSDL element model.
|
protected void |
DOMWSDLWriter.printExtensibilityElements(Class parentType,
ExtensionElement[] extensibilityElements,
DescriptionElement def,
PrintWriter pw)
Serialize the ExtensibilityElements of the WSDL element model.
|
protected void |
OMWSDLWriter.printFaults(InterfaceFaultElement[] faulEles,
DescriptionElement des,
PrintWriter pw)
Serialize the InterfaceInterfaceFaultElement of the WSDL element model.
|
protected void |
DOMWSDLWriter.printFaults(InterfaceFaultElement[] faulEles,
DescriptionElement des,
PrintWriter pw)
Serialize the InterfaceInterfaceFaultElement of the WSDL element model.
|
protected void |
OMWSDLWriter.printImportedSchemas(ImportedSchema[] importedSchema,
DescriptionElement des,
PrintWriter pw)
Serialize the ImportedSchemas of the WSDL element model.
|
protected void |
DOMWSDLWriter.printImportedSchemas(ImportedSchema[] importedSchema,
DescriptionElement des,
PrintWriter pw)
Serialize the ImportedSchemas of the WSDL element model.
|
protected void |
OMWSDLWriter.printImports(ImportElement[] imports,
DescriptionElement des,
PrintWriter pw)
Serialize the ImportElements of the WSDL element model.
|
protected void |
DOMWSDLWriter.printImports(ImportElement[] imports,
DescriptionElement des,
PrintWriter pw)
Serialize the ImportElements of the WSDL element model.
|
protected void |
OMWSDLWriter.printIncludes(IncludeElement[] includes,
DescriptionElement des,
PrintWriter pw)
Serialize the IncludeElements of the WSDL element model.
|
protected void |
DOMWSDLWriter.printIncludes(IncludeElement[] includes,
DescriptionElement des,
PrintWriter pw)
Serialize the IncludeElements of the WSDL element model.
|
protected void |
OMWSDLWriter.printInlinedSchemas(InlinedSchema[] inlinedSchema,
DescriptionElement des,
PrintWriter pw)
Serialize the InlinedSchemas of the WSDL element model.
|
protected void |
DOMWSDLWriter.printInlinedSchemas(InlinedSchema[] inlinedSchema,
DescriptionElement des,
PrintWriter pw)
Serialize the InlinedSchemas of the WSDL element model.
|
protected void |
OMWSDLWriter.printInterfaceFaultReferences(InterfaceFaultReferenceElement[] faulRefs,
DescriptionElement des,
PrintWriter pw)
Serialize the InterfaceFaultReferenceElements of the WSDL element model.
|
protected void |
DOMWSDLWriter.printInterfaceFaultReferences(InterfaceFaultReferenceElement[] faulRefs,
DescriptionElement des,
PrintWriter pw)
Serialize the InterfaceFaultReferenceElements of the WSDL element model.
|
protected void |
OMWSDLWriter.printInterfaceMessageReferences(InterfaceMessageReferenceElement[] msgrefs,
DescriptionElement des,
PrintWriter pw)
Serialize the InterfaceMessageReferenceElements of the WSDL element model.
|
protected void |
DOMWSDLWriter.printInterfaceMessageReferences(InterfaceMessageReferenceElement[] msgrefs,
DescriptionElement des,
PrintWriter pw)
Serialize the InterfaceMessageReferenceElements of the WSDL element model.
|
protected void |
OMWSDLWriter.printInterfaces(InterfaceElement[] intrfaces,
DescriptionElement des,
PrintWriter pw)
Serialize the InterfaceElements of the WSDL element model.
|
protected void |
DOMWSDLWriter.printInterfaces(InterfaceElement[] intrfaces,
DescriptionElement des,
PrintWriter pw)
Serialize the InterfaceElements of the WSDL element model.
|
protected void |
OMWSDLWriter.printOperations(InterfaceOperationElement[] operations,
DescriptionElement des,
PrintWriter pw)
Serialize the InterfaceOperationElements of the WSDL element model.
|
protected void |
DOMWSDLWriter.printOperations(InterfaceOperationElement[] operations,
DescriptionElement des,
PrintWriter pw)
Serialize the InterfaceOperationElements of the WSDL element model.
|
protected void |
OMWSDLWriter.printServices(ServiceElement[] services,
DescriptionElement des,
PrintWriter pw)
Serialize the ServiceElements of the WSDL element model.
|
protected void |
DOMWSDLWriter.printServices(ServiceElement[] services,
DescriptionElement des,
PrintWriter pw)
Serialize the ServiceElements of the WSDL element model.
|
protected void |
OMWSDLWriter.printTypes(TypesElement types,
DescriptionElement des,
PrintWriter pw)
Serialize the TypesElements of the WSDL element model.
|
protected void |
DOMWSDLWriter.printTypes(TypesElement types,
DescriptionElement des,
PrintWriter pw)
Serialize the TypesElements of the WSDL element model.
|
void |
OMWSDLWriter.writeWSDL(DescriptionElement wsdlDes,
OutputStream sink)
This method write the specified WSDL Description to
the specified Writer.
|
void |
DOMWSDLWriter.writeWSDL(DescriptionElement wsdlDes,
OutputStream sink)
This method write the specified WSDL Description to
the specified Writer.
|
void |
OMWSDLWriter.writeWSDL(DescriptionElement wsdlDes,
Writer sink)
This method write the specified WSDL Description to
the specified Writer.
|
void |
DOMWSDLWriter.writeWSDL(DescriptionElement wsdlDes,
Writer sink)
This method write the specified WSDL Description to
the specified Writer.
|
Modifier and Type | Class and Description |
---|---|
class |
DescriptionImpl
This class provides the implementation for a Description component from
the WSDL Component Model, as described in the WSDL 2.0 specification.
|
Modifier and Type | Method and Description |
---|---|
DescriptionElement |
WSDLReferenceImpl.getDescriptionElement() |
DescriptionElement |
DescriptionImpl.toElement() |
Modifier and Type | Method and Description |
---|---|
void |
WSDLReferenceImpl.setDescriptionElement(DescriptionElement desc) |
Modifier and Type | Method and Description |
---|---|
ExtensionElement |
HTTPHeaderDeserializer.unmarshall(Class parentType,
Object parent,
QName extType,
XMLElement extEl,
DescriptionElement desc,
ExtensionRegistry extReg) |
Modifier and Type | Method and Description |
---|---|
ExtensionElement |
SOAPHeaderBlockDeserializer.unmarshall(Class parentType,
Object parent,
QName extType,
XMLElement extEl,
DescriptionElement desc,
ExtensionRegistry extReg) |
ExtensionElement |
SOAPModuleDeserializer.unmarshall(Class parentType,
Object parent,
QName elementType,
XMLElement el,
DescriptionElement desc,
ExtensionRegistry extReg) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
WSDLDocumentValidator.testAssertionDescription1006(DescriptionElement descElement,
ErrorReporter errorReporter)
Test assertion Description-1006.
|
protected boolean |
WSDLDocumentValidator.testAssertionSchema1066(DescriptionElement descElement,
QName qualifiedName,
ErrorReporter errorReporter)
Test assertion Schema-1066.
|
boolean |
WSDLDocumentValidator.validate(DescriptionElement descElement,
ErrorReporter errorReporter)
Validate the document representation of the WSDL document against
the WSDL 2.0 specification.
|
protected boolean |
WSDLDocumentValidator.validateInterfaceFaultReferences(DescriptionElement descElement,
InterfaceFaultReferenceElement[] faultReferences,
ErrorReporter errorReporter)
Validate the InterfaceFaultReference elements.
|
protected boolean |
WSDLDocumentValidator.validateInterfaceFaults(DescriptionElement descElement,
InterfaceFaultElement[] faultElements,
ErrorReporter errorReporter)
Validate the InterfaceFault elements.
|
protected boolean |
WSDLDocumentValidator.validateInterfaceMessageReferences(DescriptionElement descElement,
InterfaceMessageReferenceElement[] messageReferences,
ErrorReporter errorReporter)
Validate the InterfaceMessageReference elements.
|
protected boolean |
WSDLDocumentValidator.validateInterfaceOperations(DescriptionElement descElement,
InterfaceOperationElement[] interfaceOperations,
ErrorReporter errorReporter)
Validate the InterfaceOperation elements.
|
protected boolean |
WSDLDocumentValidator.validateInterfaces(DescriptionElement descElement,
InterfaceElement[] interfaces,
ErrorReporter errorReporter)
Validate the contents of the interface element.
|
Modifier and Type | Method and Description |
---|---|
DescriptionElement |
Description.toElement()
Returns a WSDLElement that represents the element information item from the WSDL 2.0
infoset that maps to this WSDLComponent.
|
Modifier and Type | Method and Description |
---|---|
void |
UnknownExtensionSerializer.marshall(Class parentType,
QName elementType,
ExtensionElement extension,
PrintWriter pw,
DescriptionElement desc,
ExtensionRegistry extReg) |
void |
ExtensionSerializer.marshall(Class parentType,
QName elementType,
ExtensionElement extension,
PrintWriter pw,
DescriptionElement desc,
ExtensionRegistry extReg)
This method serializes extension-specific instances of
ExtensibilityElement into the PrintWriter.
|
ExtensionElement |
UnknownExtensionDeserializer.unmarshall(Class parentType,
Object parent,
QName extType,
XMLElement extEl,
DescriptionElement desc,
ExtensionRegistry extReg) |
ExtensionElement |
ExtensionDeserializer.unmarshall(Class parentType,
Object parent,
QName extType,
XMLElement extEl,
DescriptionElement desc,
ExtensionRegistry extReg)
This method deserializes elements into instances of classes
which implement the ExtensionElement interface.
|
Modifier and Type | Method and Description |
---|---|
DescriptionElement |
ImportElement.getDescriptionElement() |
DescriptionElement |
IncludeElement.getDescriptionElement() |
Modifier and Type | Method and Description |
---|---|
void |
ImportElement.setDescriptionElement(DescriptionElement desc) |
void |
IncludeElement.setDescriptionElement(DescriptionElement desc) |
Copyright © 2005–2017 Apache Software Foundation. All rights reserved.