Package org.eclipse.ecf.remoteservice.rest.client

Examples of org.eclipse.ecf.remoteservice.rest.client.HttpPutRequestType


      }});

    // Create callable and register
    IRemoteCallable callable = RestCallableFactory.createCallable(method,resourcePath,
        new IRemoteCallParameter[] { new RemoteCallParameter("body")} ,
        new HttpPutRequestType(HttpPutRequestType.STRING_REQUEST_ENTITY,"application/xml",-1,"UTF-8"));
    // register callable
    registration = adapter.registerCallables(new IRemoteCallable[] { callable } , null);
   
  }
View Full Code Here

TOP

Related Classes of org.eclipse.ecf.remoteservice.rest.client.HttpPutRequestType

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.