[Yanel-commits] rev 23263 - public/yanel/trunk/src/core/java/org/wyona/yanel/core/api/attributes

michi at wyona.com michi at wyona.com
Wed Mar 14 17:14:47 CET 2007


Author: michi
Date: 2007-03-14 17:14:46 +0100 (Wed, 14 Mar 2007)
New Revision: 23263

Added:
   public/yanel/trunk/src/core/java/org/wyona/yanel/core/api/attributes/IntrospectableV1.java
Log:
introspection interface added

Added: public/yanel/trunk/src/core/java/org/wyona/yanel/core/api/attributes/IntrospectableV1.java
===================================================================
--- public/yanel/trunk/src/core/java/org/wyona/yanel/core/api/attributes/IntrospectableV1.java	2007-03-14 16:14:21 UTC (rev 23262)
+++ public/yanel/trunk/src/core/java/org/wyona/yanel/core/api/attributes/IntrospectableV1.java	2007-03-14 16:14:46 UTC (rev 23263)
@@ -0,0 +1,31 @@
+/*
+ * Copyright 2006 Wyona
+ *
+ *  Licensed under the Apache License, Version 2.0 (the "License");
+ *  you may not use this file except in compliance with the License.
+ *  You may obtain a copy of the License at
+ *
+ *      http://www.wyona.org/licenses/APACHE-LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS,
+ *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *  See the License for the specific language governing permissions and
+ *  limitations under the License.
+ */
+
+package org.wyona.yanel.core.api.attributes;
+
+/**
+ * DEV (not released yet), please be aware that this interface still might change ...
+ */
+public interface IntrospectableV1 {
+
+    /**
+     * Gets an xml which contains the neutron introspection xml.
+     * @return introspection xml as a string
+     * @throws Exception
+     */
+    public String getIntrospection() throws Exception;
+    
+}




More information about the Yanel-commits mailing list