public class org.apache.axiom.ts.soap.envelope.TestGetBody extends org.apache.axiom.ts.soap.SOAPTestCase
{
public void <init>(org.apache.axiom.om.OMMetaFactory, org.apache.axiom.ts.soap.SOAPSpec)
{
org.apache.axiom.ts.soap.SOAPSpec v;
org.apache.axiom.ts.soap.envelope.TestGetBody v;
org.apache.axiom.om.OMMetaFactory v;
v := @this: org.apache.axiom.ts.soap.envelope.TestGetBody;
v := @parameter: org.apache.axiom.om.OMMetaFactory;
v := @parameter: org.apache.axiom.ts.soap.SOAPSpec;
specialinvoke v.<org.apache.axiom.ts.soap.SOAPTestCase: void <init>(org.apache.axiom.om.OMMetaFactory,org.apache.axiom.ts.soap.SOAPSpec)>(v, v);
return;
}
protected void runTest() throws java.lang.Throwable
{
org.apache.axiom.soap.SOAPBody v;
org.apache.axiom.soap.SOAPFactory v;
org.apache.axiom.ts.soap.SOAPSpec v;
org.apache.axiom.soap.SOAPEnvelope v;
org.apache.axiom.om.OMNamespace v;
org.apache.axiom.ts.soap.envelope.TestGetBody v;
java.lang.String v, v, v;
v := @this: org.apache.axiom.ts.soap.envelope.TestGetBody;
v = v.<org.apache.axiom.ts.soap.envelope.TestGetBody: org.apache.axiom.soap.SOAPFactory soapFactory>;
v = interfaceinvoke v.<org.apache.axiom.soap.SOAPFactory: org.apache.axiom.soap.SOAPEnvelope getDefaultEnvelope()>();
v = interfaceinvoke v.<org.apache.axiom.soap.SOAPEnvelope: org.apache.axiom.soap.SOAPBody getBody()>();
v = interfaceinvoke v.<org.apache.axiom.soap.SOAPBody: java.lang.String getLocalName()>();
staticinvoke <org.apache.axiom.ts.soap.envelope.TestGetBody: void assertEquals(java.lang.String,java.lang.String,java.lang.String)>("Body Test : - Body local name mismatch", "Body", v);
v = v.<org.apache.axiom.ts.soap.envelope.TestGetBody: org.apache.axiom.ts.soap.SOAPSpec spec>;
v = virtualinvoke v.<org.apache.axiom.ts.soap.SOAPSpec: java.lang.String getEnvelopeNamespaceURI()>();
v = interfaceinvoke v.<org.apache.axiom.soap.SOAPBody: org.apache.axiom.om.OMNamespace getNamespace()>();
v = interfaceinvoke v.<org.apache.axiom.om.OMNamespace: java.lang.String getNamespaceURI()>();
staticinvoke <org.apache.axiom.ts.soap.envelope.TestGetBody: void assertEquals(java.lang.String,java.lang.String,java.lang.String)>("Body Test : - Body namespace mismatch", v, v);
return;
}
}