From 31d794be59cb2d1bf264df79f471b0c8d5f5a457 Mon Sep 17 00:00:00 2001 From: lresende Date: Sat, 21 Nov 2009 07:40:26 +0000 Subject: Moving to site trunk git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882841 13f79535-47bb-0310-9956-ffa450edef68 --- .../processor/URLArtifactProcessor.html | 265 +++++++++++++++++++++ 1 file changed, 265 insertions(+) create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/contribution/processor/URLArtifactProcessor.html (limited to 'site/trunk/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/contribution/processor/URLArtifactProcessor.html') diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/contribution/processor/URLArtifactProcessor.html b/site/trunk/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/contribution/processor/URLArtifactProcessor.html new file mode 100644 index 0000000000..1acd142651 --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/contribution/processor/URLArtifactProcessor.html @@ -0,0 +1,265 @@ + + + + + + +URLArtifactProcessor + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.contribution.processor +
+Interface URLArtifactProcessor<M>

+
+
All Superinterfaces:
ArtifactProcessor<M>
+
+
+
All Known Implementing Classes:
ExtensibleURLArtifactProcessor
+
+
+
+
public interface URLArtifactProcessor<M>
extends ArtifactProcessor<M>
+ + +

+An artifact processor that can read models from an InputStream. +

+ +

+

+
Version:
+
$Rev: 539692 $ $Date: 2007-05-19 07:06:18 +0100 (Sat, 19 May 2007) $
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.StringgetArtifactType() + +
+          Returns the type of artifact handled by this artifact processor.
+ Mread(java.net.URL contributionURL, + java.net.URI artifactURI, + java.net.URL artifactURL) + +
+          Reads a model from an input source.
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.contribution.processor.ArtifactProcessor
getModelType, resolve
+  +

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

+read

+
+M read(java.net.URL contributionURL,
+       java.net.URI artifactURI,
+       java.net.URL artifactURL)
+       throws ContributionReadException
+
+
Reads a model from an input source. Examples of input + sources are: a URI, a DOM node, an XML reader. +

+

+
+
+
+
Parameters:
contributionURL - Contribution location URL
artifactURI - Artifact URI
artifactURL - Artifact location URL +
Returns:
A model representation of the input. +
Throws: +
ContributionReadException
+
+
+
+ +

+getArtifactType

+
+java.lang.String getArtifactType()
+
+
Returns the type of artifact handled by this artifact processor. +

+

+
+
+
+ +
Returns:
The type of artifact handled by this artifact processor
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3