summaryrefslogtreecommitdiffstats
path: root/sandbox/samples/extending-tuscany/implementation-extension/src/main/java/sample/api/WSDLReference.java
diff options
context:
space:
mode:
authorfmoga <fmoga@13f79535-47bb-0310-9956-ffa450edef68>2010-09-20 13:58:03 +0000
committerfmoga <fmoga@13f79535-47bb-0310-9956-ffa450edef68>2010-09-20 13:58:03 +0000
commited2c314c5370e94e5dfbd23bd6ff6fdebd8dd9b0 (patch)
treeed86d8e7e881cb67f20419ee47caa7bd385633da /sandbox/samples/extending-tuscany/implementation-extension/src/main/java/sample/api/WSDLReference.java
parent3c85b4d299bc319beb54f1133d1776a763cb22ea (diff)
Moved more samples.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998932 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/samples/extending-tuscany/implementation-extension/src/main/java/sample/api/WSDLReference.java')
-rw-r--r--sandbox/samples/extending-tuscany/implementation-extension/src/main/java/sample/api/WSDLReference.java28
1 files changed, 0 insertions, 28 deletions
diff --git a/sandbox/samples/extending-tuscany/implementation-extension/src/main/java/sample/api/WSDLReference.java b/sandbox/samples/extending-tuscany/implementation-extension/src/main/java/sample/api/WSDLReference.java
deleted file mode 100644
index cad8478a2a..0000000000
--- a/sandbox/samples/extending-tuscany/implementation-extension/src/main/java/sample/api/WSDLReference.java
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you 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.apache.org/licenses/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 sample.api;
-
-import org.w3c.dom.Element;
-
-public interface WSDLReference {
-
- Element call(String op, Element e);
-
-}