From bdd0a41aed7edf21ec2a65cfa17a86af2ef8c48a Mon Sep 17 00:00:00 2001 From: dims Date: Tue, 17 Jun 2008 00:23:01 +0000 Subject: Move Tuscany from Incubator to top level. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@668359 13f79535-47bb-0310-9956-ffa450edef68 --- .../core/loader/impl/JNDIPropertyFactory.html | 289 +++++++++++++ .../impl/StAXLoaderRegistryImpl.Monitor.html | 251 +++++++++++ .../core/loader/impl/StAXLoaderRegistryImpl.html | 448 ++++++++++++++++++++ .../loader/impl/StringParserPropertyFactory.html | 271 ++++++++++++ .../impl/WSDLDefinitionRegistryImpl.Monitor.html | 238 +++++++++++ .../loader/impl/WSDLDefinitionRegistryImpl.html | 464 +++++++++++++++++++++ .../loader/impl/class-use/JNDIPropertyFactory.html | 141 +++++++ .../class-use/StAXLoaderRegistryImpl.Monitor.html | 177 ++++++++ .../impl/class-use/StAXLoaderRegistryImpl.html | 141 +++++++ .../class-use/StringParserPropertyFactory.html | 141 +++++++ .../WSDLDefinitionRegistryImpl.Monitor.html | 177 ++++++++ .../impl/class-use/WSDLDefinitionRegistryImpl.html | 141 +++++++ .../tuscany/core/loader/impl/package-frame.html | 52 +++ .../tuscany/core/loader/impl/package-summary.html | 186 +++++++++ .../tuscany/core/loader/impl/package-tree.html | 159 +++++++ .../tuscany/core/loader/impl/package-use.html | 173 ++++++++ 16 files changed, 3449 insertions(+) create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/loader/impl/JNDIPropertyFactory.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/loader/impl/StAXLoaderRegistryImpl.Monitor.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/loader/impl/StAXLoaderRegistryImpl.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/loader/impl/StringParserPropertyFactory.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/loader/impl/WSDLDefinitionRegistryImpl.Monitor.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/loader/impl/WSDLDefinitionRegistryImpl.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/loader/impl/class-use/JNDIPropertyFactory.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/loader/impl/class-use/StAXLoaderRegistryImpl.Monitor.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/loader/impl/class-use/StAXLoaderRegistryImpl.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/loader/impl/class-use/StringParserPropertyFactory.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/loader/impl/class-use/WSDLDefinitionRegistryImpl.Monitor.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/loader/impl/class-use/WSDLDefinitionRegistryImpl.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/loader/impl/package-frame.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/loader/impl/package-summary.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/loader/impl/package-tree.html create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/loader/impl/package-use.html (limited to 'branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/loader/impl') diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/loader/impl/JNDIPropertyFactory.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/loader/impl/JNDIPropertyFactory.html new file mode 100644 index 0000000000..55c6f307c6 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/loader/impl/JNDIPropertyFactory.html @@ -0,0 +1,289 @@ + + + + + + + +JNDIPropertyFactory (Tuscany Core incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+ +

+ +org.apache.tuscany.core.loader.impl +
+Class JNDIPropertyFactory

+
+java.lang.Object
+  extended by org.apache.tuscany.core.loader.impl.JNDIPropertyFactory
+
+
+
All Implemented Interfaces:
StAXPropertyFactory
+
+
+
+
public class JNDIPropertyFactory
extends java.lang.Object
implements StAXPropertyFactory
+ + +

+A StAXPropertyFactory that creates property values by looking them + up in the default JNDI InitialContext. + + This can be used to locate resources in a J2EE environment and inject + them as configuration properties. For example, to access a database + a component could write: + + &at;Property DataSource myDB; + + and configure with + + <properties> + <v:myDb>java:comp/env/jdbc/MyDatabase</v:myDB> + </properties> + +

+ +

+

+
Version:
+
$Rev$ $Date$
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
JNDIPropertyFactory() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+ ObjectFactory<?>createObjectFactory(javax.xml.stream.XMLStreamReader reader, + org.apache.tuscany.model.assembly.Property property) + +
+          Return an ObjectFactory for instances of a property defined in an XML stream.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+JNDIPropertyFactory

+
+public JNDIPropertyFactory()
+
+
+ + + + + + + + +
+Method Detail
+ +

+createObjectFactory

+
+public ObjectFactory<?> createObjectFactory(javax.xml.stream.XMLStreamReader reader,
+                                            org.apache.tuscany.model.assembly.Property property)
+                                     throws javax.xml.stream.XMLStreamException,
+                                            ConfigurationLoadException
+
+
Description copied from interface: StAXPropertyFactory
+
Return an ObjectFactory for instances of a property defined in an XML stream. +

+

+
Specified by:
createObjectFactory in interface StAXPropertyFactory
+
+
+
Parameters:
reader - the reader to use to access the XML stream
property - the Property definition that the resulting ObjectFactory must be able to assign to +
Returns:
an ObjectFactory that can produce instances that can be assigned to the supplied Property +
Throws: +
javax.xml.stream.XMLStreamException - if there is a problem reading the stream +
ConfigurationLoadException - if there is a problem creating the ObjectFactory
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/loader/impl/StAXLoaderRegistryImpl.Monitor.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/loader/impl/StAXLoaderRegistryImpl.Monitor.html new file mode 100644 index 0000000000..4bc142e054 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/loader/impl/StAXLoaderRegistryImpl.Monitor.html @@ -0,0 +1,251 @@ + + + + + + + +StAXLoaderRegistryImpl.Monitor (Tuscany Core incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+ +

+ +org.apache.tuscany.core.loader.impl +
+Interface StAXLoaderRegistryImpl.Monitor

+
+
Enclosing class:
StAXLoaderRegistryImpl
+
+
+
+
public static interface StAXLoaderRegistryImpl.Monitor
+ + +

+


+ +

+ + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidelementLoad(javax.xml.namespace.QName xmlType) + +
+          Event emitted when a request is made to load an element.
+ voidregisteringLoader(javax.xml.namespace.QName xmlType) + +
+          Event emitted when a StAX element loader is registered.
+ voidunregisteringLoader(javax.xml.namespace.QName xmlType) + +
+          Event emitted when a StAX element loader is unregistered.
+  +

+ + + + + + + + +
+Method Detail
+ +

+registeringLoader

+
+void registeringLoader(javax.xml.namespace.QName xmlType)
+
+
Event emitted when a StAX element loader is registered. +

+

+
Parameters:
xmlType - the QName of the element the loader will handle
+
+
+
+ +

+unregisteringLoader

+
+void unregisteringLoader(javax.xml.namespace.QName xmlType)
+
+
Event emitted when a StAX element loader is unregistered. +

+

+
Parameters:
xmlType - the QName of the element the loader will handle
+
+
+
+ +

+elementLoad

+
+void elementLoad(javax.xml.namespace.QName xmlType)
+
+
Event emitted when a request is made to load an element. +

+

+
Parameters:
xmlType - the QName of the element that should be loaded
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/loader/impl/StAXLoaderRegistryImpl.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/loader/impl/StAXLoaderRegistryImpl.html new file mode 100644 index 0000000000..ef6fb848a6 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/loader/impl/StAXLoaderRegistryImpl.html @@ -0,0 +1,448 @@ + + + + + + + +StAXLoaderRegistryImpl (Tuscany Core incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+ +

+ +org.apache.tuscany.core.loader.impl +
+Class StAXLoaderRegistryImpl

+
+java.lang.Object
+  extended by org.apache.tuscany.core.loader.impl.StAXLoaderRegistryImpl
+
+
+
All Implemented Interfaces:
StAXLoaderRegistry
+
+
+
+
public class StAXLoaderRegistryImpl
extends java.lang.Object
implements StAXLoaderRegistry
+ + +

+

+
Version:
+
$Rev$ $Date$
+
+
+ +

+ + + + + + + + + + + +
+Nested Class Summary
+static interfaceStAXLoaderRegistryImpl.Monitor + +
+           
+  + + + + + + + + + + +
+Constructor Summary
StAXLoaderRegistryImpl() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ org.apache.tuscany.model.assembly.AssemblyContextgetContext() + +
+          Deprecated. 
+ org.apache.tuscany.model.assembly.AssemblyObjectload(javax.xml.stream.XMLStreamReader reader, + LoaderContext loaderContext) + +
+          Parse the supplied XML stream dispatching to the appropriate registered loader + for each element encountered in the stream.
+ + + + + +
+<T extends org.apache.tuscany.model.assembly.AssemblyObject> +
+void
+
registerLoader(javax.xml.namespace.QName element, + StAXElementLoader<T> loader) + +
+          Register a loader.
+ voidsetContext(org.apache.tuscany.model.assembly.AssemblyContext context) + +
+          Deprecated. 
+ voidsetMonitor(StAXLoaderRegistryImpl.Monitor monitor) + +
+           
+ + + + + +
+<T extends org.apache.tuscany.model.assembly.AssemblyObject> +
+void
+
unregisterLoader(javax.xml.namespace.QName element, + StAXElementLoader<T> loader) + +
+          Unregister a loader.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+StAXLoaderRegistryImpl

+
+public StAXLoaderRegistryImpl()
+
+
+ + + + + + + + +
+Method Detail
+ +

+setMonitor

+
+public void setMonitor(StAXLoaderRegistryImpl.Monitor monitor)
+
+
+
+
+
+
+
+
+
+ +

+registerLoader

+
+public <T extends org.apache.tuscany.model.assembly.AssemblyObject> void registerLoader(javax.xml.namespace.QName element,
+                                                                                        StAXElementLoader<T> loader)
+
+
Description copied from interface: StAXLoaderRegistry
+
Register a loader. This operation will typically be called by a loader + during its initialization. +

+

+
Specified by:
registerLoader in interface StAXLoaderRegistry
+
+
+
Parameters:
element - the element that should be delegated to the contibuted loader
loader - a loader that is being contributed to the system
+
+
+
+ +

+unregisterLoader

+
+public <T extends org.apache.tuscany.model.assembly.AssemblyObject> void unregisterLoader(javax.xml.namespace.QName element,
+                                                                                          StAXElementLoader<T> loader)
+
+
Description copied from interface: StAXLoaderRegistry
+
Unregister a loader. This will typically be called by a loader as it is being destroyed. +

+

+
Specified by:
unregisterLoader in interface StAXLoaderRegistry
+
+
+
Parameters:
element - the element that was being delegated to the contibuted loader
loader - a loader that should no longer be used
+
+
+
+ +

+load

+
+public org.apache.tuscany.model.assembly.AssemblyObject load(javax.xml.stream.XMLStreamReader reader,
+                                                             LoaderContext loaderContext)
+                                                      throws javax.xml.stream.XMLStreamException,
+                                                             ConfigurationLoadException
+
+
Description copied from interface: StAXLoaderRegistry
+
Parse the supplied XML stream dispatching to the appropriate registered loader + for each element encountered in the stream. +

+ This method must be called with the XML cursor positioned on a START_ELEMENT event. + When this method returns, the stream will be positioned on the corresponding + END_ELEMENT event. +

+

+
Specified by:
load in interface StAXLoaderRegistry
+
+
+
Parameters:
reader - the XML stream to parse +
Returns:
the model object obtained by parsing the current element on the stream +
Throws: +
javax.xml.stream.XMLStreamException - if there was a problem reading the stream +
ConfigurationLoadException
+
+
+
+ +

+getContext

+
+@Deprecated
+public org.apache.tuscany.model.assembly.AssemblyContext getContext()
+
+
Deprecated.  +

+

Description copied from interface: StAXLoaderRegistry
+
Hack to allow loaders to initialize model objects on the fly. + Remove when initialization has been moved from the model implementation to the loader. +

+

+
Specified by:
getContext in interface StAXLoaderRegistry
+
+
+ +
Returns:
the model context for this load operation
+
+
+
+ +

+setContext

+
+@Deprecated
+public void setContext(org.apache.tuscany.model.assembly.AssemblyContext context)
+
+
Deprecated.  +

+

Description copied from interface: StAXLoaderRegistry
+
Hack to allow loaders to initialize model objects on the fly. + Remove when initialization has been moved from the model implementation to the loader. +

+

+
Specified by:
setContext in interface StAXLoaderRegistry
+
+
+
Parameters:
context - the model context for this load operation
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/loader/impl/StringParserPropertyFactory.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/loader/impl/StringParserPropertyFactory.html new file mode 100644 index 0000000000..d9622a048e --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/loader/impl/StringParserPropertyFactory.html @@ -0,0 +1,271 @@ + + + + + + + +StringParserPropertyFactory (Tuscany Core incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+ +

+ +org.apache.tuscany.core.loader.impl +
+Class StringParserPropertyFactory

+
+java.lang.Object
+  extended by org.apache.tuscany.core.loader.impl.StringParserPropertyFactory
+
+
+
All Implemented Interfaces:
StAXPropertyFactory
+
+
+
+
public class StringParserPropertyFactory
extends java.lang.Object
implements StAXPropertyFactory
+ + +

+

+
Version:
+
$Rev$ $Date$
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
StringParserPropertyFactory() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+ ObjectFactory<?>createObjectFactory(javax.xml.stream.XMLStreamReader reader, + org.apache.tuscany.model.assembly.Property property) + +
+          Return an ObjectFactory for instances of a property defined in an XML stream.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+StringParserPropertyFactory

+
+public StringParserPropertyFactory()
+
+
+ + + + + + + + +
+Method Detail
+ +

+createObjectFactory

+
+public ObjectFactory<?> createObjectFactory(javax.xml.stream.XMLStreamReader reader,
+                                            org.apache.tuscany.model.assembly.Property property)
+                                     throws javax.xml.stream.XMLStreamException,
+                                            ConfigurationLoadException
+
+
Description copied from interface: StAXPropertyFactory
+
Return an ObjectFactory for instances of a property defined in an XML stream. +

+

+
Specified by:
createObjectFactory in interface StAXPropertyFactory
+
+
+
Parameters:
reader - the reader to use to access the XML stream
property - the Property definition that the resulting ObjectFactory must be able to assign to +
Returns:
an ObjectFactory that can produce instances that can be assigned to the supplied Property +
Throws: +
javax.xml.stream.XMLStreamException - if there is a problem reading the stream +
ConfigurationLoadException - if there is a problem creating the ObjectFactory
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/loader/impl/WSDLDefinitionRegistryImpl.Monitor.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/loader/impl/WSDLDefinitionRegistryImpl.Monitor.html new file mode 100644 index 0000000000..db6ebe46cf --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/loader/impl/WSDLDefinitionRegistryImpl.Monitor.html @@ -0,0 +1,238 @@ + + + + + + + +WSDLDefinitionRegistryImpl.Monitor (Tuscany Core incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+ +

+ +org.apache.tuscany.core.loader.impl +
+Interface WSDLDefinitionRegistryImpl.Monitor

+
+
Enclosing class:
WSDLDefinitionRegistryImpl
+
+
+
+
public static interface WSDLDefinitionRegistryImpl.Monitor
+ + +

+


+ +

+ + + + + + + + + + + + + + + + +
+Method Summary
+ voidcachingDefinition(java.lang.String namespace, + java.net.URL location) + +
+          Monitor event emitted immediately before registering a WSDL definition + in the cache.
+ voidreadingWSDL(java.lang.String namespace, + java.net.URL location) + +
+          Monitor event emitted immediately before an attempt is made to + read WSDL for the supplied namespace from the supplied location.
+  +

+ + + + + + + + +
+Method Detail
+ +

+readingWSDL

+
+void readingWSDL(java.lang.String namespace,
+                 java.net.URL location)
+
+
Monitor event emitted immediately before an attempt is made to + read WSDL for the supplied namespace from the supplied location. +

+

+
Parameters:
namespace - the target namespace expected in the WSDL; may be null
location - the location where we will attempt to read the WSDL definition from
+
+
+
+ +

+cachingDefinition

+
+void cachingDefinition(java.lang.String namespace,
+                       java.net.URL location)
+
+
Monitor event emitted immediately before registering a WSDL definition + in the cache. +

+

+
Parameters:
namespace - the target namespace for the WSDL
location - the location where the WSDL definition was read from
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/loader/impl/WSDLDefinitionRegistryImpl.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/loader/impl/WSDLDefinitionRegistryImpl.html new file mode 100644 index 0000000000..d1d0a845cb --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/loader/impl/WSDLDefinitionRegistryImpl.html @@ -0,0 +1,464 @@ + + + + + + + +WSDLDefinitionRegistryImpl (Tuscany Core incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+ +

+ +org.apache.tuscany.core.loader.impl +
+Class WSDLDefinitionRegistryImpl

+
+java.lang.Object
+  extended by org.apache.tuscany.core.loader.impl.WSDLDefinitionRegistryImpl
+
+
+
All Implemented Interfaces:
WSDLDefinitionRegistry
+
+
+
+
public class WSDLDefinitionRegistryImpl
extends java.lang.Object
implements WSDLDefinitionRegistry
+ + +

+

+
Version:
+
$Rev$ $Date$
+
+
+ +

+ + + + + + + + + + + +
+Nested Class Summary
+static interfaceWSDLDefinitionRegistryImpl.Monitor + +
+           
+  + + + + + + + + + + +
+Constructor Summary
WSDLDefinitionRegistryImpl() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ java.util.List<javax.wsdl.Definition>getDefinitionsForNamespace(java.lang.String namespace, + org.apache.tuscany.common.resource.ResourceLoader resourceLoader) + +
+          Returns a list of definitions that have been loaded for the given namespace, or null if + no WSDL documents have been loaded for the given namespace
+ javax.wsdl.extensions.ExtensionRegistrygetExtensionRegistry() + +
+          Returns the ExtensionRegistry that is used when parsing WSDL documents during the + loadDefinition call.
+ javax.wsdl.PortTypegetPortType(javax.xml.namespace.QName name, + org.apache.tuscany.common.resource.ResourceLoader resourceLoader) + +
+          Returns the PortType with the supplied qualified name, or null if no such port has been defined.
+ javax.wsdl.ServicegetService(javax.xml.namespace.QName name, + org.apache.tuscany.common.resource.ResourceLoader resourceLoader) + +
+          Returns the Service with the supplied qualified name, or null if no such service has been defined.
+ javax.wsdl.DefinitionloadDefinition(java.lang.String wsdlLocation, + org.apache.tuscany.common.resource.ResourceLoader resourceLoader) + +
+          Load and register a WSDL definition as specified in a WSDL2.0 wsdlLocation attribute.
+ javax.wsdl.DefinitionloadDefinition(java.lang.String namespace, + java.net.URL location, + org.apache.tuscany.common.resource.ResourceLoader resourceLoader) + +
+          Loads and registers a WSDL Definition.
+ voidsetMonitor(WSDLDefinitionRegistryImpl.Monitor monitor) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+WSDLDefinitionRegistryImpl

+
+public WSDLDefinitionRegistryImpl()
+                           throws javax.wsdl.WSDLException
+
+
+ +
Throws: +
javax.wsdl.WSDLException
+
+ + + + + + + + +
+Method Detail
+ +

+setMonitor

+
+public void setMonitor(WSDLDefinitionRegistryImpl.Monitor monitor)
+
+
+
+
+
+
+
+
+
+ +

+getExtensionRegistry

+
+public javax.wsdl.extensions.ExtensionRegistry getExtensionRegistry()
+
+
Description copied from interface: WSDLDefinitionRegistry
+
Returns the ExtensionRegistry that is used when parsing WSDL documents during the + loadDefinition call. +

+

+
Specified by:
getExtensionRegistry in interface WSDLDefinitionRegistry
+
+
+ +
Returns:
the ExtensionRegistry that is used when parsing WSDL documents.
+
+
+
+ +

+loadDefinition

+
+public javax.wsdl.Definition loadDefinition(java.lang.String wsdlLocation,
+                                            org.apache.tuscany.common.resource.ResourceLoader resourceLoader)
+                                     throws java.io.IOException,
+                                            javax.wsdl.WSDLException
+
+
Description copied from interface: WSDLDefinitionRegistry
+
Load and register a WSDL definition as specified in a WSDL2.0 wsdlLocation attribute. +

+

+
Specified by:
loadDefinition in interface WSDLDefinitionRegistry
+
+
+
Parameters:
wsdlLocation - the value of the wsdlLocation attribute
resourceLoader - application resource loader used to support relative locations +
Returns:
the loaded Definition +
Throws: +
java.io.IOException - if there was a problem reading the document +
javax.wsdl.WSDLException - if there was a problem parsing the definition
+
+
+
+ +

+loadDefinition

+
+public javax.wsdl.Definition loadDefinition(java.lang.String namespace,
+                                            java.net.URL location,
+                                            org.apache.tuscany.common.resource.ResourceLoader resourceLoader)
+                                     throws java.io.IOException,
+                                            javax.wsdl.WSDLException
+
+
Description copied from interface: WSDLDefinitionRegistry
+
Loads and registers a WSDL Definition. +

+

+
Specified by:
loadDefinition in interface WSDLDefinitionRegistry
+
+
+
Parameters:
namespace - the expected namespace, or null if any namespace should be allowed
location - the location to load the definition from
resourceLoader - the application resource loader +
Returns:
the loaded Definition +
Throws: +
java.io.IOException - if there was a problem reading the document +
javax.wsdl.WSDLException - if there was a problem parsing the definition
+
+
+
+ +

+getDefinitionsForNamespace

+
+public java.util.List<javax.wsdl.Definition> getDefinitionsForNamespace(java.lang.String namespace,
+                                                                        org.apache.tuscany.common.resource.ResourceLoader resourceLoader)
+
+
Description copied from interface: WSDLDefinitionRegistry
+
Returns a list of definitions that have been loaded for the given namespace, or null if + no WSDL documents have been loaded for the given namespace +

+

+
Specified by:
getDefinitionsForNamespace in interface WSDLDefinitionRegistry
+
+
+
Parameters:
namespace - the namespace to lookup
resourceLoader - the application resource loader +
Returns:
The list of definitions that have been loaded for the given namespace, or null
+
+
+
+ +

+getPortType

+
+public javax.wsdl.PortType getPortType(javax.xml.namespace.QName name,
+                                       org.apache.tuscany.common.resource.ResourceLoader resourceLoader)
+
+
Description copied from interface: WSDLDefinitionRegistry
+
Returns the PortType with the supplied qualified name, or null if no such port has been defined. +

+

+
Specified by:
getPortType in interface WSDLDefinitionRegistry
+
+
+
Parameters:
name - the qualified name of the WSDL portType
resourceLoader - the application resource loader +
Returns:
the PortType for the supplied name, or null if none has been defined
+
+
+
+ +

+getService

+
+public javax.wsdl.Service getService(javax.xml.namespace.QName name,
+                                     org.apache.tuscany.common.resource.ResourceLoader resourceLoader)
+
+
Description copied from interface: WSDLDefinitionRegistry
+
Returns the Service with the supplied qualified name, or null if no such service has been defined. +

+

+
Specified by:
getService in interface WSDLDefinitionRegistry
+
+
+
Parameters:
name - the qualified name of the WSDL service
resourceLoader - the application resource loader +
Returns:
the Service for the supplied name, or null if none has been defined
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/loader/impl/class-use/JNDIPropertyFactory.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/loader/impl/class-use/JNDIPropertyFactory.html new file mode 100644 index 0000000000..49da0b0212 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/loader/impl/class-use/JNDIPropertyFactory.html @@ -0,0 +1,141 @@ + + + + + + + +Uses of Class org.apache.tuscany.core.loader.impl.JNDIPropertyFactory (Tuscany Core incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+
+

+Uses of Class
org.apache.tuscany.core.loader.impl.JNDIPropertyFactory

+
+No usage of org.apache.tuscany.core.loader.impl.JNDIPropertyFactory +

+


+ + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/loader/impl/class-use/StAXLoaderRegistryImpl.Monitor.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/loader/impl/class-use/StAXLoaderRegistryImpl.Monitor.html new file mode 100644 index 0000000000..8915d023dc --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/loader/impl/class-use/StAXLoaderRegistryImpl.Monitor.html @@ -0,0 +1,177 @@ + + + + + + + +Uses of Interface org.apache.tuscany.core.loader.impl.StAXLoaderRegistryImpl.Monitor (Tuscany Core incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+
+

+Uses of Interface
org.apache.tuscany.core.loader.impl.StAXLoaderRegistryImpl.Monitor

+
+ + + + + + + + + +
+Packages that use StAXLoaderRegistryImpl.Monitor
org.apache.tuscany.core.loader.impl  
+  +

+ + + + + +
+Uses of StAXLoaderRegistryImpl.Monitor in org.apache.tuscany.core.loader.impl
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.core.loader.impl with parameters of type StAXLoaderRegistryImpl.Monitor
+ voidStAXLoaderRegistryImpl.setMonitor(StAXLoaderRegistryImpl.Monitor monitor) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/loader/impl/class-use/StAXLoaderRegistryImpl.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/loader/impl/class-use/StAXLoaderRegistryImpl.html new file mode 100644 index 0000000000..8e2bb5d917 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/loader/impl/class-use/StAXLoaderRegistryImpl.html @@ -0,0 +1,141 @@ + + + + + + + +Uses of Class org.apache.tuscany.core.loader.impl.StAXLoaderRegistryImpl (Tuscany Core incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+
+

+Uses of Class
org.apache.tuscany.core.loader.impl.StAXLoaderRegistryImpl

+
+No usage of org.apache.tuscany.core.loader.impl.StAXLoaderRegistryImpl +

+


+ + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/loader/impl/class-use/StringParserPropertyFactory.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/loader/impl/class-use/StringParserPropertyFactory.html new file mode 100644 index 0000000000..b59a59daa0 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/loader/impl/class-use/StringParserPropertyFactory.html @@ -0,0 +1,141 @@ + + + + + + + +Uses of Class org.apache.tuscany.core.loader.impl.StringParserPropertyFactory (Tuscany Core incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+
+

+Uses of Class
org.apache.tuscany.core.loader.impl.StringParserPropertyFactory

+
+No usage of org.apache.tuscany.core.loader.impl.StringParserPropertyFactory +

+


+ + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/loader/impl/class-use/WSDLDefinitionRegistryImpl.Monitor.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/loader/impl/class-use/WSDLDefinitionRegistryImpl.Monitor.html new file mode 100644 index 0000000000..2098a0ed66 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/loader/impl/class-use/WSDLDefinitionRegistryImpl.Monitor.html @@ -0,0 +1,177 @@ + + + + + + + +Uses of Interface org.apache.tuscany.core.loader.impl.WSDLDefinitionRegistryImpl.Monitor (Tuscany Core incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+
+

+Uses of Interface
org.apache.tuscany.core.loader.impl.WSDLDefinitionRegistryImpl.Monitor

+
+ + + + + + + + + +
+Packages that use WSDLDefinitionRegistryImpl.Monitor
org.apache.tuscany.core.loader.impl  
+  +

+ + + + + +
+Uses of WSDLDefinitionRegistryImpl.Monitor in org.apache.tuscany.core.loader.impl
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.core.loader.impl with parameters of type WSDLDefinitionRegistryImpl.Monitor
+ voidWSDLDefinitionRegistryImpl.setMonitor(WSDLDefinitionRegistryImpl.Monitor monitor) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/loader/impl/class-use/WSDLDefinitionRegistryImpl.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/loader/impl/class-use/WSDLDefinitionRegistryImpl.html new file mode 100644 index 0000000000..3c00e5585d --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/loader/impl/class-use/WSDLDefinitionRegistryImpl.html @@ -0,0 +1,141 @@ + + + + + + + +Uses of Class org.apache.tuscany.core.loader.impl.WSDLDefinitionRegistryImpl (Tuscany Core incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+
+

+Uses of Class
org.apache.tuscany.core.loader.impl.WSDLDefinitionRegistryImpl

+
+No usage of org.apache.tuscany.core.loader.impl.WSDLDefinitionRegistryImpl +

+


+ + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/loader/impl/package-frame.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/loader/impl/package-frame.html new file mode 100644 index 0000000000..0cddeae308 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/loader/impl/package-frame.html @@ -0,0 +1,52 @@ + + + + + + + +org.apache.tuscany.core.loader.impl (Tuscany Core incubating-M1 API) + + + + + + + + + + + +org.apache.tuscany.core.loader.impl + + + + +
+Interfaces  + +
+StAXLoaderRegistryImpl.Monitor +
+WSDLDefinitionRegistryImpl.Monitor
+ + + + + + +
+Classes  + +
+JNDIPropertyFactory +
+StAXLoaderRegistryImpl +
+StringParserPropertyFactory +
+WSDLDefinitionRegistryImpl
+ + + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/loader/impl/package-summary.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/loader/impl/package-summary.html new file mode 100644 index 0000000000..d59e199640 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/loader/impl/package-summary.html @@ -0,0 +1,186 @@ + + + + + + + +org.apache.tuscany.core.loader.impl (Tuscany Core incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+

+Package org.apache.tuscany.core.loader.impl +

+ + + + + + + + + + + + + +
+Interface Summary
StAXLoaderRegistryImpl.Monitor 
WSDLDefinitionRegistryImpl.Monitor 
+  + +

+ + + + + + + + + + + + + + + + + + + + + +
+Class Summary
JNDIPropertyFactoryA StAXPropertyFactory that creates property values by looking them + up in the default JNDI InitialContext.
StAXLoaderRegistryImpl 
StringParserPropertyFactory 
WSDLDefinitionRegistryImpl 
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/loader/impl/package-tree.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/loader/impl/package-tree.html new file mode 100644 index 0000000000..92ed44754f --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/loader/impl/package-tree.html @@ -0,0 +1,159 @@ + + + + + + + +org.apache.tuscany.core.loader.impl Class Hierarchy (Tuscany Core incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+
+

+Hierarchy For Package org.apache.tuscany.core.loader.impl +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +

+Interface Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+- + + diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/loader/impl/package-use.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/loader/impl/package-use.html new file mode 100644 index 0000000000..c207544129 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/loader/impl/package-use.html @@ -0,0 +1,173 @@ + + + + + + + +Uses of Package org.apache.tuscany.core.loader.impl (Tuscany Core incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+
+

+Uses of Package
org.apache.tuscany.core.loader.impl

+
+ + + + + + + + + +
+Packages that use org.apache.tuscany.core.loader.impl
org.apache.tuscany.core.loader.impl  
+  +

+ + + + + + + + + + + +
+Classes in org.apache.tuscany.core.loader.impl used by org.apache.tuscany.core.loader.impl
StAXLoaderRegistryImpl.Monitor + +
+           
WSDLDefinitionRegistryImpl.Monitor + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+- + + -- cgit v1.2.3