ContactServiceSoap.java |
1 /** 2 * Copyright (c) 2000-2010 Liferay, Inc. All rights reserved. 3 * 4 * The contents of this file are subject to the terms of the Liferay Enterprise 5 * Subscription License ("License"). You may not use this file except in 6 * compliance with the License. You can obtain a copy of the License by 7 * contacting Liferay, Inc. See the License for the specific language governing 8 * permissions and limitations under the License, including but not limited to 9 * distribution rights of the Software. 10 * 11 * 12 * 13 */ 14 15 package com.liferay.portal.service.http; 16 17 /** 18 * <a href="ContactServiceSoap.java.html"><b><i>View Source</i></b></a> 19 * 20 * <p> 21 * ServiceBuilder generated this class. Modifications in this class will be 22 * overwritten the next time is generated. 23 * </p> 24 * 25 * <p> 26 * This class provides a SOAP utility for the 27 * {@link com.liferay.portal.service.ContactServiceUtil} service utility. The 28 * static methods of this class calls the same methods of the service utility. 29 * However, the signatures are different because it is difficult for SOAP to 30 * support certain types. 31 * </p> 32 * 33 * <p> 34 * ServiceBuilder follows certain rules in translating the methods. For example, 35 * if the method in the service utility returns a {@link java.util.List}, that 36 * is translated to an array of {@link com.liferay.portal.model.ContactSoap}. 37 * If the method in the service utility returns a 38 * {@link com.liferay.portal.model.Contact}, that is translated to a 39 * {@link com.liferay.portal.model.ContactSoap}. Methods that SOAP cannot 40 * safely wire are skipped. 41 * </p> 42 * 43 * <p> 44 * The benefits of using the SOAP utility is that it is cross platform 45 * compatible. SOAP allows different languages like Java, .NET, C++, PHP, and 46 * even Perl, to call the generated services. One drawback of SOAP is that it is 47 * slow because it needs to serialize all calls into a text format (XML). 48 * </p> 49 * 50 * <p> 51 * You can see a list of services at 52 * http://localhost:8080/tunnel-web/secure/axis. Set the property 53 * <b>tunnel.servlet.hosts.allowed</b> in portal.properties to configure 54 * security. 55 * </p> 56 * 57 * <p> 58 * The SOAP utility is only generated for remote services. 59 * </p> 60 * 61 * @author Brian Wing Shun Chan 62 * @see ContactServiceHttp 63 * @see com.liferay.portal.model.ContactSoap 64 * @see com.liferay.portal.service.ContactServiceUtil 65 * @generated 66 */ 67 public class ContactServiceSoap { 68 }