public final class AmazonWSParserUtils
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ACCESS_KEY |
static java.lang.String |
CREDENTIALS_REF |
static java.lang.String |
PROPERTIES_FILE |
static java.lang.String |
SECRET_KEY |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getAmazonWSCredentials(org.w3c.dom.Element element,
org.springframework.beans.factory.xml.ParserContext parserContext)
Registers the
AWSCredentials bean with the current ApplicationContext if
accessKey and secretKey is given, if the credentials-ref is given, the given value
is returned. |
public static final java.lang.String ACCESS_KEY
public static final java.lang.String SECRET_KEY
public static final java.lang.String PROPERTIES_FILE
public static final java.lang.String CREDENTIALS_REF
public static java.lang.String getAmazonWSCredentials(org.w3c.dom.Element element,
org.springframework.beans.factory.xml.ParserContext parserContext)
AWSCredentials bean with the current ApplicationContext if
accessKey and secretKey is given, if the credentials-ref is given, the given value
is returned.element - parserContext -