public class RequestedSecurityTokenUnmarshaller extends AbstractWSTrustObjectUnmarshaller {
/** {@inheritDoc} */
protected void processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject)
throws UnmarshallingException {
RequestedSecurityToken reqToken = (RequestedSecurityToken) parentXMLObject;
reqToken.setUnknownXMLObject(childXMLObject);
}