SharedAccessPolicyHandler<T> Class
- java.
lang. Object - DefaultHandler
- com.
microsoft. azure. storage. SharedAccessPolicyHandler<T>
- com.
Type Parameters
- T
public class SharedAccessPolicyHandler
RESERVED FOR INTERNAL USE. A class used to deserialize SharedAccessPolicies.
Method Summary
Modifier and Type | Method and Description |
---|---|
void | characters(char ch[], int start, int length) |
void | endElement(String uri, String localName, String qName) |
static<T extends Shared |
getAccessIdentifiers(final InputStream stream, final Class<T> cls)
RESERVED FOR INTERNAL USE. Gets the HashMap of SharedAccessPolicies from the response. |
void | startElement(String uri, String localName, String qName, Attributes attributes) |
Method Details
characters
public void characters(char ch[], int start, int length)
Parameters:
endElement
public void endElement(String uri, String localName, String qName)
Parameters:
getAccessIdentifiers
public static static
RESERVED FOR INTERNAL USE. Gets the HashMap of SharedAccessPolicies from the response.
Parameters:
SharedAccessPolicy
class type
Returns:
Throws:
startElement
public void startElement(String uri, String localName, String qName, Attributes attributes)
Parameters:
Applies to
Azure SDK for Java