Package org.opensaml.soap.soap11
Interface EncodingStyleBearing
-
public interface EncodingStyleBearingInterface for element having a@soap11:encodingStyleattribute.
-
-
Field Summary
Fields Modifier and Type Field Description static StringSOAP11_ENCODING_STYLE_ATTR_LOCAL_NAMEThe soap11:@encodingStyle attribute local name.static QNameSOAP11_ENCODING_STYLE_ATTR_NAMEThe soap11:@encodingStyle qualified attribute name.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>getSOAP11EncodingStyles()Get the attribute value.voidsetSOAP11EncodingStyles(List<String> newEncodingStyles)Set the attribute value.
-
-
-
Field Detail
-
SOAP11_ENCODING_STYLE_ATTR_LOCAL_NAME
static final String SOAP11_ENCODING_STYLE_ATTR_LOCAL_NAME
The soap11:@encodingStyle attribute local name.- See Also:
- Constant Field Values
-
SOAP11_ENCODING_STYLE_ATTR_NAME
static final QName SOAP11_ENCODING_STYLE_ATTR_NAME
The soap11:@encodingStyle qualified attribute name.
-
-