writer.write(classname+"::"+classname+"()\n:Stub(\" \", APTHTTP)\n{\n");
//TODO get TransportURI from WrapInfo and check what the transport is and do the following line accordingly
writer.write("\tm_pCall->setEndpointURI(\""+wscontext.getWrapInfo().getTargetEndpointURI()+"\");\n");
writer.write("}\n\n");
}catch(IOException e){
throw new WrapperFault(e);
}
}