Class AS4Constants
- java.lang.Object
-
- org.wso2.carbon.mediation.connector.AS4Constants
-
public class AS4Constants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
AS4_PMODE_LOCATION
static String
ATTACHMENT_HREF_PREFIX
Payload href prefix 'cid:'.static String
ATTRIBUTE_ID
Attribute name 'Id'.static String
COMPRESSION_TYPE
static String
EBMS
static String
MIME_TYPE
static String
SOAP_BODY_HREF_PREFIX
Payload href prefix '#'.static String
WSU_NAMESPACE
wss-wssecurity-utility namespace
-
Constructor Summary
Constructors Constructor Description AS4Constants()
-
-
-
Field Detail
-
EBMS
public static final String EBMS
- See Also:
- Constant Field Values
-
AS4_PMODE_LOCATION
public static final String AS4_PMODE_LOCATION
- See Also:
- Constant Field Values
-
COMPRESSION_TYPE
public static final String COMPRESSION_TYPE
- See Also:
- Constant Field Values
-
MIME_TYPE
public static final String MIME_TYPE
- See Also:
- Constant Field Values
-
WSU_NAMESPACE
public static final String WSU_NAMESPACE
wss-wssecurity-utility namespace- See Also:
- Constant Field Values
-
ATTRIBUTE_ID
public static final String ATTRIBUTE_ID
Attribute name 'Id'. This Id attribute value is being used as the PartInfo href when the SOAP body contains the payload- See Also:
- Constant Field Values
-
SOAP_BODY_HREF_PREFIX
public static final String SOAP_BODY_HREF_PREFIX
Payload href prefix '#'. This is used as the PartInfo href prefix when the SOAP body contains the payload- See Also:
- Constant Field Values
-
ATTACHMENT_HREF_PREFIX
public static final String ATTACHMENT_HREF_PREFIX
Payload href prefix 'cid:'. This is used as the PartInfo href prefix when the payloads are SOAP attachments- See Also:
- Constant Field Values
-
-