| 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 /**
19 * <a href="ContactServiceSoap.java.html"><b><i>View Source</i></b></a>
20 *
21 * <p>
22 * ServiceBuilder generated this class. Modifications in this class will be
23 * overwritten the next time is generated.
24 * </p>
25 *
26 * <p>
27 * This class provides a SOAP utility for the
28 * {@link com.liferay.portal.service.ContactServiceUtil} service utility. The
29 * static methods of this class calls the same methods of the service utility.
30 * However, the signatures are different because it is difficult for SOAP to
31 * support certain types.
32 * </p>
33 *
34 * <p>
35 * ServiceBuilder follows certain rules in translating the methods. For example,
36 * if the method in the service utility returns a {@link java.util.List}, that
37 * is translated to an array of {@link com.liferay.portal.model.ContactSoap}.
38 * If the method in the service utility returns a
39 * {@link com.liferay.portal.model.Contact}, that is translated to a
40 * {@link com.liferay.portal.model.ContactSoap}. Methods that SOAP cannot
41 * safely wire are skipped.
42 * </p>
43 *
44 * <p>
45 * The benefits of using the SOAP utility is that it is cross platform
46 * compatible. SOAP allows different languages like Java, .NET, C++, PHP, and
47 * even Perl, to call the generated services. One drawback of SOAP is that it is
48 * slow because it needs to serialize all calls into a text format (XML).
49 * </p>
50 *
51 * <p>
52 * You can see a list of services at
53 * http://localhost:8080/tunnel-web/secure/axis. Set the property
54 * <b>tunnel.servlet.hosts.allowed</b> in portal.properties to configure
55 * security.
56 * </p>
57 *
58 * <p>
59 * The SOAP utility is only generated for remote services.
60 * </p>
61 *
62 * @author Brian Wing Shun Chan
63 * @see ContactServiceHttp
64 * @see com.liferay.portal.model.ContactSoap
65 * @see com.liferay.portal.service.ContactServiceUtil
66 * @generated
67 */
68 public class ContactServiceSoap {
69 }