private org.apache.axiom.om.OMElement toOM( gsn.webservice.standard.GetVirtualSensorsDetailsResponse param, boolean optimizeContent) throws org.apache.axis2.AxisFault { try { return param.getOMElement( gsn.webservice.standard.GetVirtualSensorsDetailsResponse.MY_QNAME, org.apache.axiom.om.OMAbstractFactory.getOMFactory()); } catch (org.apache.axis2.databinding.ADBException e) { throw org.apache.axis2.AxisFault.makeFault(e); } }
private org.apache.axiom.soap.SOAPEnvelope toEnvelope( org.apache.axiom.soap.SOAPFactory factory, gsn.webservice.standard.GetVirtualSensorsDetailsResponse param, boolean optimizeContent) throws org.apache.axis2.AxisFault { try { org.apache.axiom.soap.SOAPEnvelope emptyEnvelope = factory.getDefaultEnvelope(); emptyEnvelope .getBody() .addChild( param.getOMElement( gsn.webservice.standard.GetVirtualSensorsDetailsResponse.MY_QNAME, factory)); return emptyEnvelope; } catch (org.apache.axis2.databinding.ADBException e) { throw org.apache.axis2.AxisFault.makeFault(e); } }