public class CloudFrontXmlResponsesSaxParser.OriginAccessIdentityConfigHandler extends SimpleHandler
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
callerReference |
private java.lang.String |
comment |
private OriginAccessIdentityConfig |
config |
currentHandler, parentHandler| Constructor and Description |
|---|
OriginAccessIdentityConfigHandler(org.xml.sax.XMLReader xr) |
| Modifier and Type | Method and Description |
|---|---|
void |
endCallerReference(java.lang.String text) |
void |
endCloudFrontOriginAccessIdentityConfig(java.lang.String text) |
void |
endComment(java.lang.String text) |
OriginAccessIdentityConfig |
getOriginAccessIdentityConfig() |
characters, controlReturned, endElement, isChildHandler, returnControlToParentHandler, startElement, transferControlToHandlerprivate java.lang.String callerReference
private java.lang.String comment
private OriginAccessIdentityConfig config
public OriginAccessIdentityConfigHandler(org.xml.sax.XMLReader xr)
public OriginAccessIdentityConfig getOriginAccessIdentityConfig()
public void endCallerReference(java.lang.String text)
public void endComment(java.lang.String text)
public void endCloudFrontOriginAccessIdentityConfig(java.lang.String text)