Skip to content

Commit

Permalink
move executes attributes to abstractMethodType, so as to config execu…
Browse files Browse the repository at this point in the history
…tes on method
  • Loading branch information
oldratlee committed Oct 30, 2014
1 parent 40b5dad commit 0e1752e
Showing 1 changed file with 6 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@
<xsd:documentation><![CDATA[ The max active requests. ]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="executes" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation><![CDATA[ The service allow execute requests. ]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="connections" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation><![CDATA[ The exclusive connections. default share one connection. ]]></xsd:documentation>
Expand Down Expand Up @@ -281,11 +286,6 @@
<xsd:documentation><![CDATA[ The service use accesslog. ]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="executes" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation><![CDATA[ The service allow execute requests. ]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="protocol" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation><![CDATA[ The service protocol. ]]></xsd:documentation>
Expand Down Expand Up @@ -589,11 +589,6 @@
<xsd:documentation><![CDATA[ The method name (method.toString()). ]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="executes" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation><![CDATA[ The max active requests. ]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="stat" type="xsd:string" use="optional" default="-1">
<xsd:annotation>
<xsd:documentation><![CDATA[ The method parameter index for statistics. ]]></xsd:documentation>
Expand Down Expand Up @@ -1142,4 +1137,4 @@
</xsd:annotation>
</xsd:element>

</xsd:schema>
</xsd:schema>

0 comments on commit 0e1752e

Please sign in to comment.