Package javax.microedition.xml.rpc

Examples of javax.microedition.xml.rpc.Operation


  public boolean setSecurity(net.homeip.mleclerc.omnilinkbbclient.stubs.SecurityMode arg0) throws java.rmi.RemoteException {
    // Copy the incoming values into an Object array if needed.
    Object[] inputObject = new Object[1];
    inputObject[0] = arg0.getValue();

    Operation op = Operation.newInstance(_qname_setSecurity, _type_setSecurity, _type_setSecurityResponse);
    _prepOperation(op);
    op.setProperty(Operation.SOAPACTION_URI_PROPERTY, "");
    Object resultObj;
    try {
      resultObj = op.invoke(inputObject);
    } catch (JAXRPCException e) {
      Throwable cause = e.getLinkedCause();
      if (cause instanceof java.rmi.RemoteException) {
        throw (java.rmi.RemoteException) cause;
      }
View Full Code Here


  public boolean setThermostatFanMode(net.homeip.mleclerc.omnilinkbbclient.stubs.FanMode arg0) throws java.rmi.RemoteException {
    // Copy the incoming values into an Object array if needed.
    Object[] inputObject = new Object[1];
    inputObject[0] = arg0.getValue();

    Operation op = Operation.newInstance(_qname_setThermostatFanMode, _type_setThermostatFanMode, _type_setThermostatFanModeResponse);
    _prepOperation(op);
    op.setProperty(Operation.SOAPACTION_URI_PROPERTY, "");
    Object resultObj;
    try {
      resultObj = op.invoke(inputObject);
    } catch (JAXRPCException e) {
      Throwable cause = e.getLinkedCause();
      if (cause instanceof java.rmi.RemoteException) {
        throw (java.rmi.RemoteException) cause;
      }
View Full Code Here

  public boolean setThermostatHighSetPoint(double arg0) throws java.rmi.RemoteException {
    // Copy the incoming values into an Object array if needed.
    Object[] inputObject = new Object[1];
    inputObject[0] = new java.lang.Double(arg0);

    Operation op = Operation.newInstance(_qname_setThermostatHighSetPoint, _type_setThermostatHighSetPoint, _type_setThermostatHighSetPointResponse);
    _prepOperation(op);
    op.setProperty(Operation.SOAPACTION_URI_PROPERTY, "");
    Object resultObj;
    try {
      resultObj = op.invoke(inputObject);
    } catch (JAXRPCException e) {
      Throwable cause = e.getLinkedCause();
      if (cause instanceof java.rmi.RemoteException) {
        throw (java.rmi.RemoteException) cause;
      }
View Full Code Here

  public boolean setThermostatHoldMode(net.homeip.mleclerc.omnilinkbbclient.stubs.HoldMode arg0) throws java.rmi.RemoteException {
    // Copy the incoming values into an Object array if needed.
    Object[] inputObject = new Object[1];
    inputObject[0] = arg0.getValue();

    Operation op = Operation.newInstance(_qname_setThermostatHoldMode, _type_setThermostatHoldMode, _type_setThermostatHoldModeResponse);
    _prepOperation(op);
    op.setProperty(Operation.SOAPACTION_URI_PROPERTY, "");
    Object resultObj;
    try {
      resultObj = op.invoke(inputObject);
    } catch (JAXRPCException e) {
      Throwable cause = e.getLinkedCause();
      if (cause instanceof java.rmi.RemoteException) {
        throw (java.rmi.RemoteException) cause;
      }
View Full Code Here

  public boolean setThermostatLowSetPoint(double arg0) throws java.rmi.RemoteException {
    // Copy the incoming values into an Object array if needed.
    Object[] inputObject = new Object[1];
    inputObject[0] = new java.lang.Double(arg0);

    Operation op = Operation.newInstance(_qname_setThermostatLowSetPoint, _type_setThermostatLowSetPoint, _type_setThermostatLowSetPointResponse);
    _prepOperation(op);
    op.setProperty(Operation.SOAPACTION_URI_PROPERTY, "");
    Object resultObj;
    try {
      resultObj = op.invoke(inputObject);
    } catch (JAXRPCException e) {
      Throwable cause = e.getLinkedCause();
      if (cause instanceof java.rmi.RemoteException) {
        throw (java.rmi.RemoteException) cause;
      }
View Full Code Here

  public boolean setThermostatSystemMode(net.homeip.mleclerc.omnilinkbbclient.stubs.SystemMode arg0) throws java.rmi.RemoteException {
    // Copy the incoming values into an Object array if needed.
    Object[] inputObject = new Object[1];
    inputObject[0] = arg0.getValue();

    Operation op = Operation.newInstance(_qname_setThermostatSystemMode, _type_setThermostatSystemMode, _type_setThermostatSystemModeResponse);
    _prepOperation(op);
    op.setProperty(Operation.SOAPACTION_URI_PROPERTY, "");
    Object resultObj;
    try {
      resultObj = op.invoke(inputObject);
    } catch (JAXRPCException e) {
      Throwable cause = e.getLinkedCause();
      if (cause instanceof java.rmi.RemoteException) {
        throw (java.rmi.RemoteException) cause;
      }
View Full Code Here

    // Copy the incoming values into an Object array if needed.
    Object[] inputObject = new Object[2];
    inputObject[0] = new java.lang.Integer(arg0);
    inputObject[1] = arg1.getValue();

    Operation op = Operation.newInstance(_qname_setUnitControl, _type_setUnitControl, _type_setUnitControlResponse);
    _prepOperation(op);
    op.setProperty(Operation.SOAPACTION_URI_PROPERTY, "");
    Object resultObj;
    try {
      resultObj = op.invoke(inputObject);
    } catch (JAXRPCException e) {
      Throwable cause = e.getLinkedCause();
      if (cause instanceof java.rmi.RemoteException) {
        throw (java.rmi.RemoteException) cause;
      }
View Full Code Here

  public boolean showMessage(int arg0) throws java.rmi.RemoteException {
    // Copy the incoming values into an Object array if needed.
    Object[] inputObject = new Object[1];
    inputObject[0] = new java.lang.Integer(arg0);

    Operation op = Operation.newInstance(_qname_showMessage, _type_showMessage, _type_showMessageResponse);
    _prepOperation(op);
    op.setProperty(Operation.SOAPACTION_URI_PROPERTY, "");
    Object resultObj;
    try {
      resultObj = op.invoke(inputObject);
    } catch (JAXRPCException e) {
      Throwable cause = e.getLinkedCause();
      if (cause instanceof java.rmi.RemoteException) {
        throw (java.rmi.RemoteException) cause;
      }
View Full Code Here

  public boolean clearMessage(int arg0) throws java.rmi.RemoteException {
    // Copy the incoming values into an Object array if needed.
    Object[] inputObject = new Object[1];
    inputObject[0] = new java.lang.Integer(arg0);

    Operation op = Operation.newInstance(_qname_clearMessage, _type_clearMessage, _type_clearMessageResponse);
    _prepOperation(op);
    op.setProperty(Operation.SOAPACTION_URI_PROPERTY, "");
    Object resultObj;
    try {
      resultObj = op.invoke(inputObject);
    } catch (JAXRPCException e) {
      Throwable cause = e.getLinkedCause();
      if (cause instanceof java.rmi.RemoteException) {
        throw (java.rmi.RemoteException) cause;
      }
View Full Code Here

  public boolean executeButton(int arg0) throws java.rmi.RemoteException {
    // Copy the incoming values into an Object array if needed.
    Object[] inputObject = new Object[1];
    inputObject[0] = new java.lang.Integer(arg0);

    Operation op = Operation.newInstance(_qname_executeButton, _type_executeButton, _type_executeButtonResponse);
    _prepOperation(op);
    op.setProperty(Operation.SOAPACTION_URI_PROPERTY, "");
    Object resultObj;
    try {
      resultObj = op.invoke(inputObject);
    } catch (JAXRPCException e) {
      Throwable cause = e.getLinkedCause();
      if (cause instanceof java.rmi.RemoteException) {
        throw (java.rmi.RemoteException) cause;
      }
View Full Code Here

TOP

Related Classes of javax.microedition.xml.rpc.Operation

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.