* </p>
*/
public RequestSecurityTokenResponseCollection createRSTRCollectionFrom(JAXBElement elem) {
try {
RequestSecurityTokenResponseCollectionType type = (RequestSecurityTokenResponseCollectionType)elem.getValue();
return new RequestSecurityTokenResponseCollectionImpl(type);
} catch (Exception e) {
throw new RuntimeException("There was a problem while creating RSTRCollection from JAXBElement", e);
}
}