Modifier and Type | Method and Description |
---|---|
URI |
XMLElement.getNamespaceURI() |
QName |
XMLElement.getQName(String prefixedValue)
Return the qualified name from the specified prefixed value.
|
static WSDLFactory |
WSDLFactory.newInstance() |
static WSDLFactory |
WSDLFactory.newInstance(String factoryImplName) |
abstract ExtensionRegistry |
WSDLFactory.newPopulatedExtensionRegistry() |
abstract WSDLReader |
WSDLFactory.newWSDLReader() |
abstract WSDLWriter |
WSDLFactory.newWSDLWriter() |
Description |
WSDLReader.readWSDL(String wsdlURI)
Read the WSDL document at the specified URI and return a WSDL Description
component containing the WSDL components derived from that document.
|
Description |
WSDLReader.readWSDL(WSDLSource wsdlSource)
Read the WSDL obtained from the specified WSDLSource object and return a WSDL Description
component containing the WSDL components derived from that WSDL source.
|
void |
ErrorReporter.reportError(ErrorLocator errLoc,
String errorId,
Object[] arguments,
short severity)
Insert the message arguments into a parameterized message identified
by errorId to produce a formatted error message, then report the
message and the error location in the document according to the
severity.
|
void |
ErrorReporter.reportError(ErrorLocator errLoc,
String errorId,
Object[] arguments,
short severity,
Exception exception)
Insert the message arguments into a parameterized message identified
by errorId to produce a formatted error message, then report the
message and the error location in the document according to the
severity.
|
void |
ErrorReporter.reportError(ErrorLocator errLoc,
String errorId,
String message,
short severity)
Report the message and the error location in the document according
to the severity.
|
void |
ErrorReporter.reportError(ErrorLocator errLoc,
String errorId,
String message,
short severity,
Exception exception)
Report the message and the error location in the document according
to the severity.
|
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 DocumentBuilderFactory |
DOMWSDLReader.createDocumentBuilderFactory(boolean namespaceAware)
Create the JAXP DocumentBuilderFactory instance.Use JAXP 1.2 API for validation.
|
protected abstract URI |
BaseXMLElement.doGetNamespaceURI() |
protected URI |
DOMXMLElement.doGetNamespaceURI() |
protected abstract QName |
BaseXMLElement.doGetQName(String prefixedValue) |
protected QName |
DOMXMLElement.doGetQName(String prefixedValue) |
protected WSDLFactory |
BaseWSDLReader.getFactory()
Get the cached WSDLFactory if there is one, otherwise
create and cache a new one.
|
protected WSDLFactory |
BaseWSDLWriter.getFactory()
Get the cached WSDLFactory if there is one, otherwise
create and cache a new one.
|
URI |
BaseXMLElement.getNamespaceURI() |
QName |
BaseXMLElement.getQName(String prefixedValue) |
protected URI |
BaseWSDLReader.getURI(String anyURI) |
protected abstract DescriptionElement |
BaseWSDLReader.getWSDLFromLocation(String locationURI,
DescriptionElement desc,
Map wsdlModules) |
protected DescriptionElement |
DOMWSDLReader.getWSDLFromLocation(String locationURI,
DescriptionElement desc,
Map wsdlModules) |
ExtensionRegistry |
BaseWSDLFactory.newPopulatedExtensionRegistry() |
WSDLReader |
DOMWSDLFactory.newWSDLReader() |
abstract WSDLReader |
BaseWSDLFactory.newWSDLReader() |
WSDLWriter |
DOMWSDLFactory.newWSDLWriter() |
protected DescriptionElement |
BaseWSDLReader.parseDescription(String documentBaseURI,
XMLElement descEl,
Map wsdlModules) |
protected DocumentationElement |
BaseWSDLReader.parseDocumentation(XMLElement docEl,
DescriptionElement desc,
DocumentableElement parent) |
protected abstract void |
BaseWSDLReader.parseExtensionAttributes(XMLElement extEl,
Class wsdlClass,
WSDLElement wsdlObj,
DescriptionElement desc) |
protected void |
DOMWSDLReader.parseExtensionAttributes(XMLElement extEl,
Class wsdlClass,
WSDLElement wsdlObj,
DescriptionElement desc) |
protected ExtensionElement |
BaseWSDLReader.parseExtensionElement(Class parentType,
WSDLElement parent,
XMLElement el,
DescriptionElement desc) |
protected abstract void |
BaseWSDLReader.parseNamespaceDeclarations(XMLElement xmlElem,
WSDLElement wsdlElem) |
protected void |
DOMWSDLReader.parseNamespaceDeclarations(XMLElement xmlElem,
WSDLElement wsdlElem) |
protected void |
BaseWSDLReader.parseSchemaForXMLSchema(DescriptionElement desc) |
protected void |
DOMWSDLReader.parseSchemaForXMLSchema(DescriptionElement desc) |
protected abstract Schema |
BaseWSDLReader.parseSchemaImport(XMLElement importEl,
DescriptionElement desc) |
protected Schema |
DOMWSDLReader.parseSchemaImport(XMLElement importEl,
DescriptionElement desc) |
protected abstract Schema |
BaseWSDLReader.parseSchemaInline(XMLElement schemaEl,
DescriptionElement desc) |
protected Schema |
DOMWSDLReader.parseSchemaInline(XMLElement schemaEl,
DescriptionElement desc) |
protected void |
DOMWSDLWriter.printBindingFaults(BindingFaultElement[] faults,
DescriptionElement des,
PrintWriter pw)
Serialize the BindingFaultElements 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 |
DOMWSDLWriter.printBindings(BindingElement[] bindings,
DescriptionElement des,
PrintWriter pw)
Serialize the printBindings of the WSDL element model.
|
protected void |
DOMWSDLWriter.printDescription(DescriptionElement desEle,
PrintWriter pw)
Write the specified WSDL DescriptionElement and it's
child elements to the specified Writer.
|
protected void |
DOMWSDLWriter.printDocumentation(DocumentationElement[] docEles,
DescriptionElement def,
PrintWriter pw)
Serialize the DocumentationElements 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 |
DOMWSDLWriter.printExtensibilityAttributes(XMLAttr[] attrExts,
WSDLElement ownerElem,
PrintWriter pw)
Serialize the printExtensibilityAttributess 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 |
DOMWSDLWriter.printFaults(InterfaceFaultElement[] faulEles,
DescriptionElement des,
PrintWriter pw)
Serialize the InterfaceInterfaceFaultElement 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 |
DOMWSDLWriter.printImports(ImportElement[] imports,
DescriptionElement des,
PrintWriter pw)
Serialize the ImportElements 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 |
DOMWSDLWriter.printInlinedSchemas(InlinedSchema[] inlinedSchema,
DescriptionElement des,
PrintWriter pw)
Serialize the InlinedSchemas 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 |
DOMWSDLWriter.printInterfaceMessageReferences(InterfaceMessageReferenceElement[] msgrefs,
DescriptionElement des,
PrintWriter pw)
Serialize the InterfaceMessageReferenceElements 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 |
DOMWSDLWriter.printNamespaceDeclarations(NamespaceDeclaration[] namespaces,
PrintWriter pw)
Serialize the namespace declarations of the WSDL Description.
|
protected void |
DOMWSDLWriter.printOperations(InterfaceOperationElement[] operations,
DescriptionElement des,
PrintWriter pw)
Serialize the InterfaceOperationElements 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 |
DOMWSDLWriter.printTypes(TypesElement types,
DescriptionElement des,
PrintWriter pw)
Serialize the TypesElements of the WSDL element model.
|
Description |
DOMWSDLReader.readWSDL(String wsdlURI) |
Description |
DOMWSDLReader.readWSDL(WSDLSource wsdlSource) |
void |
ErrorReporterImpl.reportError(ErrorLocator errLoc,
String errorId,
Object[] arguments,
short severity) |
void |
ErrorReporterImpl.reportError(ErrorLocator errLoc,
String errorId,
Object[] arguments,
short severity,
Exception exception) |
void |
ErrorReporterImpl.reportError(ErrorLocator errLoc,
String errorId,
String message,
short severity) |
void |
ErrorReporterImpl.reportError(ErrorLocator errLoc,
String errorId,
String message,
short severity,
Exception exception) |
protected URI |
BaseWSDLReader.resolveURI(URI uri) |
void |
DOMWSDLWriter.writeWSDL(DescriptionElement wsdlDes,
OutputStream 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.
|
Constructor and Description |
---|
BaseWSDLFactory() |
BaseWSDLReader(WSDLContext wsdlContext) |
DOMWSDLFactory() |
ErrorReporterImpl() |
Modifier and Type | Method and Description |
---|---|
URI |
SimpleURIResolver.resolveURI(URI uri) |
Constructor and Description |
---|
SimpleURIResolver() |
Modifier and Type | Method and Description |
---|---|
static String |
DOMUtils.getQualifiedValue(String namespaceURI,
String localPart,
WSDLElement elem) |
static String |
DOMUtils.getQualifiedValue(URI namespaceURI,
String localPart,
WSDLElement elem) |
static void |
DOMUtils.printQualifiedAttribute(String name,
QName value,
WSDLElement elem,
PrintWriter pw)
Prints attributes with qualified names.
|
static void |
DOMUtils.throwWSDLException(Element location) |
static void |
DOMUtils.throwWSDLException(Element location,
List remainingAttrs) |
Modifier and Type | Method and Description |
---|---|
TypesElement |
DescriptionImpl.addTypesElement() |
Modifier and Type | Method and Description |
---|---|
void |
Interface1009.validate(Object target,
WodenContext wodenCtx) |
void |
Interface1010.validate(Object target,
WodenContext wodenCtx) |
void |
Description1001.validate(Object target,
WodenContext wodenCtx) |
void |
Description1002.validate(Object target,
WodenContext wodenCtx) |
void |
Description1003.validate(Object target,
WodenContext wodenCtx) |
Constructor and Description |
---|
PopulatedExtensionRegistry(ErrorReporter errorReporter) |
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 |
SOAPModuleDeserializer.unmarshall(Class parentType,
Object parent,
QName elementType,
XMLElement el,
DescriptionElement desc,
ExtensionRegistry extReg) |
ExtensionElement |
SOAPHeaderBlockDeserializer.unmarshall(Class parentType,
Object parent,
QName extType,
XMLElement extEl,
DescriptionElement desc,
ExtensionRegistry extReg) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
WSDLComponentValidator.testAssertionBinding1044(Binding binding,
ErrorReporter errorReporter)
Test assertion Binding-1044.
|
protected boolean |
WSDLComponentValidator.testAssertionBinding1045(Binding binding,
ErrorReporter errorReporter)
Test assertion Binding-1045.
|
protected boolean |
WSDLComponentValidator.testAssertionBinding1048(Binding binding,
ErrorReporter errorReporter)
Test assertion Binding-1048.
|
protected boolean |
WSDLComponentValidator.testAssertionBinding1049(Binding[] bindings,
ErrorReporter errorReporter)
Test assertion Binding-1049.
|
protected boolean |
WSDLComponentValidator.testAssertionBindingFault1050(BindingFault[] bindingFaults,
ErrorReporter errorReporter)
Test assertion BindingFault-1050.
|
protected boolean |
WSDLComponentValidator.testAssertionBindingFaultReference1055(BindingFaultReference[] bindingFaultReferences,
ErrorReporter errorReporter)
Test assertion BindingFaultReference-1055.
|
protected boolean |
WSDLComponentValidator.testAssertionBindingFaultReference1059(BindingFaultReference bindingFaultReference,
ErrorReporter errorReporter)
Test assertion BindingFaultReference-1059.
|
protected boolean |
WSDLComponentValidator.testAssertionBindingMessageReference1052(BindingMessageReference[] bindingMessageReferences,
ErrorReporter errorReporter)
Test assertion BindingMessageReference-1052.
|
protected boolean |
WSDLComponentValidator.testAssertionBindingOperation1051(BindingOperation[] bindingOperations,
ErrorReporter errorReporter)
Test assertion BindingOperation-1051.
|
protected boolean |
WSDLDocumentValidator.testAssertionDescription1006(DescriptionElement descElement,
ErrorReporter errorReporter)
Test assertion Description-1006.
|
protected boolean |
WSDLComponentValidator.testAssertionEndpoint1061(Endpoint endpoint,
ErrorReporter errorReporter)
Test assertion Endpoint-1061.
|
protected boolean |
WSDLComponentValidator.testAssertionEndpoint1062(Endpoint endpoint,
ErrorReporter errorReporter)
Test assertion Endpoint-1062.
|
protected boolean |
WSDLComponentValidator.testAssertionInterface1009(Interface interfac,
ErrorReporter errorReporter)
Test assertion Interface-1009.
|
protected boolean |
WSDLComponentValidator.testAssertionInterface1010(Interface[] interfaces,
ErrorReporter errorReporter)
Test assertion Interface-1010.
|
protected boolean |
WSDLDocumentValidator.testAssertionInterface1012(InterfaceElement interfaceElem,
ErrorReporter errorReporter)
Test assertion Interface-1012.
|
protected boolean |
WSDLComponentValidator.testAssertionInterfaceFaultReference1039(InterfaceFaultReference[] faultReferences,
ErrorReporter errorReporter)
Test assertion InterfaceFaultReference-1039.
|
protected boolean |
WSDLComponentValidator.testAssertionInterfaceMessageReference1028(InterfaceMessageReference messageReference,
ErrorReporter errorReporter)
Test assertion InterfaceMessageReference-1028.
|
protected boolean |
WSDLComponentValidator.testAssertionInterfaceMessageReference1029(InterfaceMessageReference[] messageReferences,
ErrorReporter errorReporter)
Test assertion InterfaceMessageReference-1029.
|
protected boolean |
WSDLComponentValidator.testAssertionMEP1022(URI pattern,
ErrorReporter errorReporter)
Test assertion MEP-1022.
|
protected boolean |
WSDLDocumentValidator.testAssertionQNameResolution1064ForInterfaceFaultReference(InterfaceFaultReferenceElement faultReference,
ErrorReporter errorReporter)
Test assertion QName-resolution-1064 for an InterfaceFaultReference element.
|
protected boolean |
WSDLDocumentValidator.testAssertionSchema1066(DescriptionElement descElement,
QName qualifiedName,
ErrorReporter errorReporter)
Test assertion Schema-1066.
|
protected boolean |
WSDLDocumentValidator.testAssertionSchema1069(ImportedSchema schema,
ErrorReporter errorReporter)
Test assertion Schema-1069.
|
protected boolean |
WSDLDocumentValidator.testAssertionSchema1070(ImportedSchema schema,
ErrorReporter errorReporter)
Test assertion Schema-1070.
|
protected boolean |
WSDLDocumentValidator.testAssertionSchema1073(InlinedSchema[] schema,
ErrorReporter errorReporter)
Test assertion Schema-1073.
|
protected boolean |
WSDLComponentValidator.testAssertionService1060(Service[] services,
ErrorReporter errorReporter)
Test assertion Service-1060.
|
boolean |
WSDLDocumentValidator.validate(DescriptionElement descElement,
ErrorReporter errorReporter)
Validate the document representation of the WSDL document against
the WSDL 2.0 specification.
|
void |
WSDLComponentValidator.validate(Description desc,
ErrorReporter errorReporter)
Validate the WSDL 2.0 component model described by the
description component.
|
void |
WSDLValidator.validate(Description description,
WSDLContext wsdlContext) |
protected void |
WSDLComponentValidator.validateBindingFaultReferences(BindingFaultReference[] bindingFaultReferences,
Description desc,
ErrorReporter errorReporter)
Validate the binding fault references in the WSDL component model.
|
protected void |
WSDLComponentValidator.validateBindingFaults(BindingFault[] bindingFaults,
Description desc,
ErrorReporter errorReporter)
Validate the binding faults in the WSDL component model.
|
protected void |
WSDLComponentValidator.validateBindingMessageReferences(BindingMessageReference[] bindingMessageReferences,
Description desc,
ErrorReporter errorReporter)
Validate the binding message references in the WSDL component model.
|
protected void |
WSDLComponentValidator.validateBindingOperations(BindingOperation[] bindingOperations,
Description desc,
ErrorReporter errorReporter)
Validate the binding operations in the WSDL component model.
|
protected void |
WSDLComponentValidator.validateBindings(Binding[] bindings,
Description desc,
ErrorReporter errorReporter)
Validate the bindings in the WSDL component model.
|
protected void |
WSDLComponentValidator.validateEndpoints(Endpoint[] endpoints,
Description desc,
ErrorReporter errorReporter)
Validate the endpoints in a service component in the WSDL component model.
|
protected boolean |
WSDLDocumentValidator.validateInterfaceFaultReferences(DescriptionElement descElement,
InterfaceFaultReferenceElement[] faultReferences,
ErrorReporter errorReporter)
Validate the InterfaceFaultReference elements.
|
protected void |
WSDLComponentValidator.validateInterfaceFaultReferences(InterfaceFaultReference[] faultReferences,
ErrorReporter errorReporter)
Validate the interface fault references in the WSDL component model.
|
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 void |
WSDLComponentValidator.validateInterfaceMessageReferences(InterfaceMessageReference[] messageReferences,
ErrorReporter errorReporter)
Validate the interface message references in the WSDL component model.
|
protected boolean |
WSDLDocumentValidator.validateInterfaceOperations(DescriptionElement descElement,
InterfaceOperationElement[] interfaceOperations,
ErrorReporter errorReporter)
Validate the InterfaceOperation elements.
|
protected void |
WSDLComponentValidator.validateInterfaceOperations(Interface interfac,
InterfaceOperation[] interfaceOperations,
ErrorReporter errorReporter)
Validate the interface operations in the WSDL component model.
|
protected boolean |
WSDLDocumentValidator.validateInterfaces(DescriptionElement descElement,
InterfaceElement[] interfaces,
ErrorReporter errorReporter)
Validate the contents of the interface element.
|
protected void |
WSDLComponentValidator.validateInterfaces(Interface[] interfaces,
ErrorReporter errorReporter)
Validate the interfaces in the WSDL component model.
|
protected void |
WSDLComponentValidator.validateServices(Service[] services,
Description desc,
ErrorReporter errorReporter)
Validate the services in the WSDL component model.
|
protected boolean |
WSDLDocumentValidator.validateTypes(TypesElement types,
ErrorReporter errorReporter)
Validate the contents of the types element.
|
Modifier and Type | Method and Description |
---|---|
protected Object |
IntOrTokenAnyAttrImpl.convert(XMLElement ownerEl,
String attrValue) |
protected Object |
QNameOrTokenAnyAttrImpl.convert(XMLElement ownerEl,
String attrValue) |
protected Object |
URIAttrImpl.convert(XMLElement ownerEl,
String attrValue) |
protected Object |
ArgumentArrayAttrImpl.convert(XMLElement ownerEl,
String attrValue) |
protected Object |
QNameListOrTokenAnyAttrImpl.convert(XMLElement ownerEl,
String attrValue) |
protected Object |
BooleanAttrImpl.convert(XMLElement ownerEl,
String attrValue) |
protected abstract Object |
XMLAttrImpl.convert(XMLElement ownerEl,
String attrValue) |
protected Object |
TokenAttrImpl.convert(XMLElement ownerEl,
String attrValue) |
protected Object |
StringAttrImpl.convert(XMLElement ownerEl,
String attrValue) |
protected Object |
HTTPAuthenticationSchemeAttrImpl.convert(XMLElement ownerEl,
String attrValue) |
protected Object |
QNameAttrImpl.convert(XMLElement ownerEl,
String attrValue) |
protected Object |
QNameListAttrImpl.convert(XMLElement ownerEl,
String attrValue) |
Modifier and Type | Method and Description |
---|---|
URI |
URIResolver.resolveURI(URI uri)
Implementation should return null if there is no resolution for the uri.
|
Modifier and Type | Method and Description |
---|---|
ComponentExtensionContext |
ExtensionRegistry.createComponentExtension(Class parentClass,
WSDLComponent parentComp,
URI extNamespace)
Return a ComponentExtensionContext object from the Java class registered for
the specified extension namespace against the specified WSDL component class.
|
XMLAttr |
ExtensionRegistry.createExtAttribute(Class ownerClass,
QName attrQName,
XMLElement ownerElement,
String attrValue) |
ExtensionElement |
ExtensionRegistry.createExtElement(Class parentType,
QName elementType)
Create an instance of the type which was declared to be used to
represent extensibility elements with qnames matching elementQN,
when intended to exist as children of the specified parentType.
|
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.
|
void |
UnknownExtensionSerializer.marshall(Class parentType,
QName elementType,
ExtensionElement extension,
PrintWriter pw,
DescriptionElement desc,
ExtensionRegistry extReg) |
ExtensionDeserializer |
ExtensionRegistry.queryDeserializer(Class parentType,
QName elementType)
Look up the deserializer for the extensibility element with the
qname elementQN, which was encountered as an immediate child
of the element represented by the specified parentType.
|
ExtensionSerializer |
ExtensionRegistry.querySerializer(Class parentType,
QName elementType)
Look up the serializer to use for the extensibility element with
the qname elementQN, which was encountered as a child of the
specified parentType.
|
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.
|
ExtensionElement |
UnknownExtensionDeserializer.unmarshall(Class parentType,
Object parent,
QName extType,
XMLElement extEl,
DescriptionElement desc,
ExtensionRegistry extReg) |
Modifier and Type | Method and Description |
---|---|
void |
Assertion.validate(Object target,
WodenContext wodenCtx)
Validates the specified WSDL object against this assertion.
|
Modifier and Type | Method and Description |
---|---|
TypesElement |
DescriptionElement.addTypesElement()
Create a TypesElement with this DescriptionElement as its parent and
return a reference to it.
|
Constructor and Description |
---|
UnknownAttr(XMLElement ownerEl,
QName attrType,
String attrValue,
ErrorReporter errRpt) |
Copyright © 2005–2019 Apache Software Foundation. All rights reserved.