|
Test webapp | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectadriani.webapp.axis.MyServiceSkeleton
public class MyServiceSkeleton
Main class representing the Java Web Service. The methods offered by this class should be listed
when asking for the descriptor WSDL document at the URL:
http://localhost:8080/axis2/services/myService?wsdl
Field Summary | |
---|---|
protected java.lang.String |
leadingName
The leading name of each message logged on the standard output. |
Constructor Summary | |
---|---|
MyServiceSkeleton()
|
Method Summary | |
---|---|
Element_2 |
Operation_01(Element_1 element_1)
Main method invoked each time the service is called. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String leadingName
Constructor Detail |
---|
public MyServiceSkeleton()
Method Detail |
---|
public Element_2 Operation_01(Element_1 element_1)
element_1
- a valid instance of the Element_1
classElement_2
- a valid instance of the Element_2
class
|
Build 21/09/2009 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |