public class org.apache.axiom.ts.springws.scenario.secureecho.EchoEndpoint extends java.lang.Object
{
public void <init>()
{
org.apache.axiom.ts.springws.scenario.secureecho.EchoEndpoint v;
v := @this: org.apache.axiom.ts.springws.scenario.secureecho.EchoEndpoint;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public org.w3c.dom.Element echo(org.w3c.dom.Element)
{
org.w3c.dom.Element v;
org.apache.axiom.ts.springws.scenario.secureecho.EchoEndpoint v;
v := @this: org.apache.axiom.ts.springws.scenario.secureecho.EchoEndpoint;
v := @parameter: org.w3c.dom.Element;
return v;
}
}