001 // IntelliJ API Decompiler stub source generated from a class file
002 // Implementation of methods is not available
003 package org.apache.servicemix.common.util;
004
005 public interface WSAddressingConstants {
006
007 String WSA_NAMESPACE_200303 = "http://schemas.xmlsoap.org/ws/2003/03/addressing";
008 String WSA_NAMESPACE_200403 = "http://schemas.xmlsoap.org/ws/2004/03/addressing";
009 String WSA_NAMESPACE_200408 = "http://schemas.xmlsoap.org/ws/2004/08/addressing";
010 String WSA_NAMESPACE_200508 = "http://www.w3.org/2005/08/addressing";
011 String WSA_PREFIX = "wsa";
012 String EL_ACTION = "Action";
013 String EL_ADDRESS = "Address";
014 String EL_FAULT_TO = "FaultTo";
015 String EL_FROM = "From";
016 String EL_MESSAGE_ID = "MessageID";
017 String EL_METADATA = "Metadata";
018 String EL_REFERENCE_PARAMETERS = "ReferenceParameters";
019 String EL_RELATES_TO = "RelatesTo";
020 String EL_REPLY_TO = "ReplyTo";
021 String EL_TO = "To";
022
023 }