OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: oointerface - writing a synopsis for a Java interface


I was creating a synopsis for a Java interface and marked it up as follows:
<classsynopsis class="interface">
 <oointerface>
   <modifier>public</modifier>
   <package>javax.xml.ws</package>
   <interfacename>AsyncHandler</interfacename>
 </oointerface>
 <methodsynopsis>
   <void />
   <methodname>handleResponse</methodname>
   <methodparam><type>Response&lt;T&gt;</type><parameter>res</parameter></methodparam>
 </methodsynopsis>
 </classsynopsis>
 
I got the following result:
implements javax.xml.ws.AsyncHandler {
}
 
is there any way to turn the implements into interface?
 
 



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]