Package | Description |
---|---|
org.apache.woden | |
org.apache.woden.resolver | |
org.apache.woden.wsdl20.extensions | |
org.apache.woden.wsdl20.validation | |
org.apache.woden.wsdl20.xml | |
org.apache.woden.xml |
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 |
---|---|
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 |
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.
|
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 |
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 |
---|---|
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 ? Apache Software Foundation. All Rights Reserved.