1 | |
|
2 | |
|
3 | |
|
4 | |
|
5 | |
|
6 | |
|
7 | |
package org.mule.module.cxf; |
8 | |
|
9 | |
|
10 | |
|
11 | |
|
12 | |
public interface SoapConstants |
13 | |
{ |
14 | |
|
15 | |
public static final String WSDL_PROPERTY = "wsdl"; |
16 | |
public static final String LIST_PROPERTY = "list"; |
17 | |
public static final String SOAP_ENDPOINT_PREFIX = "soap:"; |
18 | |
public static final String METHOD_NAMESPACE_PROPERTY = "methodNamespace"; |
19 | |
|
20 | |
|
21 | |
public static final String SOAP_ACTION_PROPERTY = "soapAction"; |
22 | |
public static final String SOAP_ACTION_PROPERTY_CAPS = "SOAPAction"; |
23 | |
public static final String WSDL_URL_PROPERTY = "WSDL_URL"; |
24 | |
public static final String SOAP_NAMESPACE_PROPERTY = "SOAP_NAMESPACE_PROPERTY"; |
25 | |
public static final String SERVICE_INTERFACES = "serviceInterfaces"; |
26 | |
|
27 | |
} |