forked from WebJournal/journaldev
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMethod.jsp
More file actions
17 lines (17 loc) · 721 Bytes
/
Method.jsp
File metadata and controls
17 lines (17 loc) · 721 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<%@page contentType="text/html;charset=UTF-8"%><HTML>
<HEAD>
<TITLE>Methods</TITLE>
</HEAD>
<BODY>
<H1>Methods</H1>
<UL>
<LI><A HREF="Input.jsp?method=2" TARGET="inputs"> getEndpoint()</A></LI>
<LI><A HREF="Input.jsp?method=5" TARGET="inputs"> setEndpoint(java.lang.String)</A></LI>
<LI><A HREF="Input.jsp?method=10" TARGET="inputs"> getPersonServiceImpl()</A></LI>
<LI><A HREF="Input.jsp?method=15" TARGET="inputs"> addPerson(com.journaldev.jaxws.beans.Person)</A></LI>
<LI><A HREF="Input.jsp?method=26" TARGET="inputs"> deletePerson(int)</A></LI>
<LI><A HREF="Input.jsp?method=31" TARGET="inputs"> getPerson(int)</A></LI>
<LI><A HREF="Input.jsp?method=42" TARGET="inputs"> getAllPersons()</A></LI>
</UL>
</BODY>
</HTML>