资讯

精准传达 • 有效沟通

从品牌网站建设到网络营销策划,从策略到执行的一站式服务

WebService笔记-创新互联

WebService服务端框架:jersey

成都创新互联公司成立于2013年,是专业互联网技术服务公司,拥有项目成都网站建设、网站设计网站策划,项目实施与项目整合能力。我们以让每一个梦想脱颖而出为使命,1280元龙亭做网站,已为上家服务,为龙亭各地企业和个人服务,联系电话:18982081108

WebService调用方式:jersey、http、spring RestTemplate

Server:

@Configuration
public class ApplicationConfig {
	@Named
	static class JerseyConfig extends ResourceConfig {
		public JerseyConfig() {
			this.packages("com.lenovo.li.content.controllers");
		}
	}

	@Bean
	public ObjectMapper objectMapper() {
		ObjectMapper objectMapper = new ObjectMapper();
		return objectMapper;
	}
}

Pom


		
			org.springframework.boot
			spring-boot-starter-jersey
		

Controller


@Named
@Path("/Test")
public class RestController {

	@POST
	@Path("/get/{url}")
	@Produces(MediaType.APPLICATION_JSON)
	public Test getTestContent(@PathParam("url") final String url, @RequestBody Context context)
			throws JsonParseException, JsonMappingException, IOException {
	}
	
	@PUT
	@Path("/update/{url}")
	@Produces(MediaType.APPLICATION_JSON)
	public Test updateTestContent(@PathParam("url") final String url, @RequestBody Page page)
			throws JsonParseException, JsonMappingException, IOException {
	}
}

Client

public class TestClient{

	@Autowired
	RestTemplate restTemplate;
	
	public String getTestContent(String name, Context context) {
		ResponseEntity response = restTemplate.postForEntity(url, context,String.class);
		return response.getBody();
	}

}

ClientXml

		
		
	        
	            
	                
	                    
	                        
	                            text/plain;charset=UTF-8
		                        text/html;charset=UTF-8  
		                        application/json; charset=UTF-8  
	                        
	                    
	                
	                
	                
	                
	            
	        
		
		

另外有需要云服务器可以了解下创新互联scvps.cn,海内外云服务器15元起步,三天无理由+7*72小时售后在线,公司持有idc许可证,提供“云服务器、裸金属服务器、高防服务器、香港服务器、美国服务器、虚拟主机、免备案服务器”等云主机租用服务以及企业上云的综合解决方案,具有“安全稳定、简单易用、服务可用性高、性价比高”等特点与优势,专为企业上云打造定制,能够满足用户丰富、多元化的应用场景需求。


网站栏目:WebService笔记-创新互联
标题链接:http://cdkjz.cn/article/cdsoej.html
多年建站经验

多一份参考,总有益处

联系快上网,免费获得专属《策划方案》及报价

咨询相关问题或预约面谈,可以通过以下方式与我们联系

大客户专线   成都:13518219792   座机:028-86922220