1 package org.jbpm.bpel.service.soap; 2 3 7 public class SoapBindConstants { 8 9 public static final String HTTP_TRANSPORT_URI = "http://schemas.xmlsoap.org/soap/http"; 11 12 public static final String RPC_STYLE = "rpc"; 14 public static final String DOCUMENT_STYLE = "document"; 15 16 public static final String LITERAL_USE = "literal"; 18 public static final String ENCODED_USE = "encoded"; 19 20 public static final String SOAP_ACTION_HEADER = "SOAPAction"; 22 23 private SoapBindConstants() { 25 } 26 } 27 | Popular Tags |