Return-Path: Delivered-To: apmail-ws-woden-dev-archive@www.apache.org Received: (qmail 22695 invoked from network); 1 Sep 2009 05:52:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Sep 2009 05:52:02 -0000 Received: (qmail 93478 invoked by uid 500); 1 Sep 2009 05:52:02 -0000 Delivered-To: apmail-ws-woden-dev-archive@ws.apache.org Received: (qmail 93441 invoked by uid 500); 1 Sep 2009 05:52:02 -0000 Mailing-List: contact woden-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: woden-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list woden-dev@ws.apache.org Received: (qmail 93432 invoked by uid 500); 1 Sep 2009 05:52:02 -0000 Delivered-To: apmail-ws-woden-cvs@ws.apache.org Received: (qmail 93429 invoked by uid 99); 1 Sep 2009 05:52:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Sep 2009 05:52:02 +0000 X-ASF-Spam-Status: No, hits=-1996.2 required=10.0 tests=ALL_TRUSTED,TVD_STOCK1 X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Sep 2009 05:51:50 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 761672388906; Tue, 1 Sep 2009 05:51:30 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r809834 [2/3] - in /webservices/woden/trunk/java/woden-tool: ./ src/ src/main/ src/main/css/ src/main/css/org/ src/main/css/org/apache/ src/main/css/org/apache/woden/ src/main/css/org/apache/woden/tool/ src/main/css/org/apache/woden/tool/ws... Date: Tue, 01 Sep 2009 05:51:29 -0000 To: woden-cvs@ws.apache.org From: sagara@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090901055130.761672388906@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Added: webservices/woden/trunk/java/woden-tool/src/main/xslt/wsdl-viewer-css.xsl URL: http://svn.apache.org/viewvc/webservices/woden/trunk/java/woden-tool/src/main/xslt/wsdl-viewer-css.xsl?rev=809834&view=auto ============================================================================== --- webservices/woden/trunk/java/woden-tool/src/main/xslt/wsdl-viewer-css.xsl (added) +++ webservices/woden/trunk/java/woden-tool/src/main/xslt/wsdl-viewer-css.xsl Tue Sep 1 05:51:28 2009 @@ -0,0 +1,557 @@ + + + + + + + + + +body #rightColumn { + width: 205px; /* ie5win fudge ends */ +} /* Opera5.02 shows a 2px gap between. N6.01Win sometimes does. + Depends on amount of fill and window size and wind direction. */ + +/** +========================================= + Label / value +========================================= +*/ + +.page { + border-bottom: 3px dotted navy; + margin: 0; + padding: 10px 0 20px 0; +} + +.value, .label { + margin: 0; + padding: 0; +} + +.label { + float: left; + width: 140px; + text-align: right; + font-weight: bold; + padding-bottom: .5em; + margin-right: 0; + color: darkblue; +} + +.value { + margin-left: 147px; + color: darkblue; + padding-bottom: .5em; +} + +strong, strong a { + color: darkblue; + font-weight: bold; + letter-spacing: 1px; + margin-left: 2px; +} + + +/** +========================================= + Links +========================================= +*/ + +a.local:link, +a.local:visited { + color: blue; + margin-left: 10px; + border-bottom: 1px dotted blue; + text-decoration: none; + font-style: italic; +} + +a.local:hover { + background-color: gainsboro; + color: darkblue; + padding-bottom: 1px; + border-bottom: 1px solid darkblue; +} + +a.target:link, +a.target:visited, +a.target:hover +{ + text-decoration: none; + background-color: transparent; + border-bottom-type: none; +} + +/** +========================================= + Box, Shadow +========================================= +*/ + +.box { + padding: 6px; + color: black; + background-color: gainsboro; + border: 1px solid gray; +} + +.shadow { + background: silver; + position: relative; + top: 5px; + left: 4px; +} + +.shadow div { + position: relative; + top: -5px; + left: -4px; +} + +/** +========================================= + Floatcontainer +========================================= +*/ + +.spacer +{ + display: block; + height: 0; + font-size: 0; + line-height: 0; + margin: 0; + padding: 0; + border-style: none; + clear: both; + visibility:hidden; +} + +.floatcontainer:after { + content: "."; + display: block; + height: 0; + font-size:0; + clear: both; + visibility:hidden; +} +.floatcontainer{ + display: inline-table; +} /* Mark Hadley's fix for IE Mac */ /* Hides from IE Mac \*/ * +html .floatcontainer { + height: 1%; +} +.floatcontainer{ + display:block; +} /* End Hack +*/ + +/** +========================================= + Source code +========================================= +*/ + +.indent { + margin: 2px 0 2px 20px; +} + +.xml-element, .xml-proc, .xml-comment { + margin: 2px 0; + padding: 2px 0 2px 0; +} + +.xml-element { + word-spacing: 3px; + color: red; + font-weight: bold; + font-style:normal; + border-left: 1px dotted silver; +} + +.xml-element div { + margin: 2px 0 2px 40px; +} + +.xml-att { + color: blue; + font-weight: bold; +} + +.xml-att-val { + color: blue; + font-weight: normal; +} + +.xml-proc { + color: darkred; + font-weight: normal; + font-style: italic; +} + +.xml-comment { + color: green; + font-weight: normal; + font-style: italic; +} + +.xml-text { + color: green; + font-weight: normal; + font-style: normal; +} + + +/** +========================================= + Heading +========================================= +*/ +h1, h2, h3 { + margin: 10px 10px 2px; + font-family: Georgia, Times New Roman, Times, Serif; + font-weight: normal; + } + +h1 { + font-weight: bold; + letter-spacing: 3px; + font-size: 220%; + line-height: 100%; +} + +h2 { + font-weight: bold; + font-size: 175%; + line-height: 200%; +} + +h3 { + font-size: 150%; + line-height: 150%; + font-style: italic; +} + +/** +========================================= + Content formatting +========================================= +*/ +.port { + margin-bottom: 10px; + padding-bottom: 10px; + border-bottom: 1px dashed gray; +} + +.operation { + margin-bottom: 20px; + padding-bottom: 10px; + border-bottom: 1px dashed gray; +} + + +/* -------------------------------------------------------- + Printing +*/ + +/* +@media print +{ + #outer_links, #outer_nav { + display: none; + } +*/ + + #outer_box { + padding: 3px; + } +/* END print media definition +} +*/ +]]> + + + Added: webservices/woden/trunk/java/woden-tool/src/main/xslt/wsdl-viewer-global.xsl URL: http://svn.apache.org/viewvc/webservices/woden/trunk/java/woden-tool/src/main/xslt/wsdl-viewer-global.xsl?rev=809834&view=auto ============================================================================== --- webservices/woden/trunk/java/woden-tool/src/main/xslt/wsdl-viewer-global.xsl (added) +++ webservices/woden/trunk/java/woden-tool/src/main/xslt/wsdl-viewer-global.xsl Tue Sep 1 05:51:28 2009 @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + + + + + +3 + + +Generated by wsdl-viewer.xsl +Port type +Interface +Source code + ... is recursive + +src. +src.file. +op. +port. +iface. + + + + + + + + + + + + + + + + Added: webservices/woden/trunk/java/woden-tool/src/main/xslt/wsdl-viewer-modules.xsl URL: http://svn.apache.org/viewvc/webservices/woden/trunk/java/woden-tool/src/main/xslt/wsdl-viewer-modules.xsl?rev=809834&view=auto ============================================================================== --- webservices/woden/trunk/java/woden-tool/src/main/xslt/wsdl-viewer-modules.xsl (added) +++ webservices/woden/trunk/java/woden-tool/src/main/xslt/wsdl-viewer-modules.xsl Tue Sep 1 05:51:28 2009 @@ -0,0 +1,398 @@ + + + + + + + + + + + + + + + +3.1.01 + + + + + + + + + + + + + + + + + + + + + + + <xsl:value-of select="concat($html-title, ' - ', 'Generated by wsdl-viewer.xsl')" /> + + + + + + + + + + + + + + + + +
+ + + + +
+
+ + + + + + + + +
+ +
+
+ + + +
+ + + + + + + + + + + + + + +
+
+ + + + + + + + +
+ +

+
+ + + + + + + +
+
+ + + +
+ +

Operations

+
+
    + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ +

WSDL source code

+
+
+
+ <?xml version="1.0"?> +
+ +
+ + + +
+
+ + + + +
+ +

About wsdl-viewer.xsl

+
+
+
+
+ +
+
+ +
+ + + +
+
+
+
+ + +
Added: webservices/woden/trunk/java/woden-tool/src/main/xslt/wsdl-viewer-operations.xsl URL: http://svn.apache.org/viewvc/webservices/woden/trunk/java/woden-tool/src/main/xslt/wsdl-viewer-operations.xsl?rev=809834&view=auto ============================================================================== --- webservices/woden/trunk/java/woden-tool/src/main/xslt/wsdl-viewer-operations.xsl (added) +++ webservices/woden/trunk/java/woden-tool/src/main/xslt/wsdl-viewer-operations.xsl Tue Sep 1 05:51:28 2009 @@ -0,0 +1,264 @@ + + + + + + + + + + + +

+ + + +

+
+ +
    + + + +
+
+ + + +
  • + +operation + + +
    +
    + + + + + + + + +
  • +
    + + + + +
    + +
    + + + + + + + + + + + + +
    +
    +
    + + + +
    + +port + + +

    + + + +

    +
    +
      + + + +
    +
    +
    + + + +
  • + +operation + + +
    +
    + + +
    Description:
    +
    +
    + + + + +
    Style:
    +
    +
    + +
    Operation type:
    +
    + + One-way. The endpoint receives a message. + Request-response. The endpoint receives a message, and sends a correlated message. + Solicit-response. The endpoint sends a message, and receives a correlated message. + Notification. The endpoint sends a message. + unknown + +
    + + +
    SOAP action:
    +
    +
    + + +
    HTTP path:
    +
    +
    +
    + + + +
  • +
    + + + + + +
    + + + + + + + + + + + + + + + + +
    none
    +
    +
    +
    + + + +
    + + + ( + + + , use = + + , part = + ) + + +
    + + +
    + + +
    + + + + + + + + + + + + + + + + + unknown + + + + + + + + + + + + none + +
    +
    + + +
    Added: webservices/woden/trunk/java/woden-tool/src/main/xslt/wsdl-viewer-service.xsl URL: http://svn.apache.org/viewvc/webservices/woden/trunk/java/woden-tool/src/main/xslt/wsdl-viewer-service.xsl?rev=809834&view=auto ============================================================================== --- webservices/woden/trunk/java/woden-tool/src/main/xslt/wsdl-viewer-service.xsl (added) +++ webservices/woden/trunk/java/woden-tool/src/main/xslt/wsdl-viewer-service.xsl Tue Sep 1 05:51:28 2009 @@ -0,0 +1,212 @@ + + + + + + + + +
    +
    Target Namespace:
    +
    + + +
    +
    + + + + + + + + + + + + + SOAP 1.1 + SOAP 1.2 + MIME + HTTP + Unknown + + + + + over HTTP + + + + +
    Location:
    +
    + +
    Protocol:
    +
    + + + + + + + + +
    + + +

    Interface + + + +

    + + + + + + +
    Extends:
    +
    +
    + + + +
    Operations:
    +
    + +
      + + + +
    +
    +
    + + + + + + + + + + + + + SOAP + MIME + HTTP + unknown + + + + + + + + + + +

    Port + + + +

    + +
    Location:
    +
    + +
    Protocol:
    +
    + + + +
    Operations:
    +
    + +
      + + + +
    +
    +
    + + +
  • + + Detail + +
  • +
    + + + + + +
    Default style:
    +
    +
    + + + + +
    Transport protocol:
    +
    + + SOAP over HTTP + + +
    +
    + + +
    Default method:
    +
    +
    +
    + + +
    Added: webservices/woden/trunk/java/woden-tool/src/main/xslt/wsdl-viewer-src.xsl URL: http://svn.apache.org/viewvc/webservices/woden/trunk/java/woden-tool/src/main/xslt/wsdl-viewer-src.xsl?rev=809834&view=auto ============================================================================== --- webservices/woden/trunk/java/woden-tool/src/main/xslt/wsdl-viewer-src.xsl (added) +++ webservices/woden/trunk/java/woden-tool/src/main/xslt/wsdl-viewer-src.xsl Tue Sep 1 05:51:28 2009 @@ -0,0 +1,376 @@ + + + + + + + + + + + + + + + +

    +
    + +

    + + Included + Imported + + + + WSDL + Schema + +

    + +
    + +
    + + + + + + + +
    +
    +
    + + + +
    + + + + + + +
    +
    + + + + / + + + + + + + + + + + + / + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + xmlns + : + + + + +
    +
    +
    +
    + + + + + xmlns + : + + = + + + + + + +
    + +
    + + + + + + +
    + <!-- + + --> + +
    +
    + + +
    + <? + + + ?> + +
    +
    + + +
    Added: webservices/woden/trunk/java/woden-tool/src/main/xslt/wsdl-viewer-util.xsl URL: http://svn.apache.org/viewvc/webservices/woden/trunk/java/woden-tool/src/main/xslt/wsdl-viewer-util.xsl?rev=809834&view=auto ============================================================================== --- webservices/woden/trunk/java/woden-tool/src/main/xslt/wsdl-viewer-util.xsl (added) +++ webservices/woden/trunk/java/woden-tool/src/main/xslt/wsdl-viewer-util.xsl Tue Sep 1 05:51:28 2009 @@ -0,0 +1,142 @@ + + + + + + + + + + + + + + + + + + + + + + + Web Service Fragment + + + + + + + Syntax error by WSDL source rendering in element + + + + + + + + + + +
    Description:
    +
    +
    +
    + + + + + + + + + + + +
    + This page has been generated by wsdl-viewer.xsl, version
    + Author: tomi vanek
    + Download at http://tomi.vanek.sk/xml/wsdl-viewer.xsl.
    +
    + The transformation was inspired by the article
    + Uche Ogbuji: WSDL processing with XSLT
    +
    +
    + + + + + +This document was generated by + + XSLT engine. + + +The engine processed the WSDL in XSLT + + compliant mode. + + + + +
    --------------------------------------------------------------------- To unsubscribe, e-mail: woden-dev-unsubscribe@ws.apache.org For additional commands, e-mail: woden-dev-help@ws.apache.org